Searched refs:models (Results 1 – 5 of 5) sorted by relevance
2165 std::vector<std::unique_ptr<PartitioningModel>>* models) { in createControlFlowModelForCachingTests() argument2166 CHECK(models != nullptr); in createControlFlowModelForCachingTests()2200 models->clear(); in createControlFlowModelForCachingTests()2201 models->push_back(std::move(mainModel)); in createControlFlowModelForCachingTests()2202 models->push_back(std::move(trueModel)); in createControlFlowModelForCachingTests()2203 models->push_back(std::move(falseModel)); in createControlFlowModelForCachingTests()2496 std::vector<std::unique_ptr<PartitioningModel>> models; in TEST_F() local2497 createControlFlowModelForCachingTests(&models); in TEST_F()2498 const auto& main = *models[0]; in TEST_F()2614 std::vector<std::unique_ptr<PartitioningModel>> models; in createIfModel() local[all …]
329 Converters that support nested control flow models accept the following syntax:343 …he minimal required HAL version will be inferred from the path, e.g. the models defined in `nn/run…369 model inputs and outputs. This is particularly useful for models referenced by
452 models = list() variable in Model463 Model.models.append(self)1057 self.model = Model.models[-1] if model is None else model1312 Model.models = list()
194 same extension name in different models.
166 /** The device runs NNAPI models on single or multi-core CPU. */168 /** The device can run NNAPI models and also accelerate graphics APIs such1181 * compilation, to distinguish it from other models referred to by an Operand1754 * referenced models is overridden by that setting of the main model of a1843 * a compilation overrides the values of the referenced models.1869 * compilation, to distinguish it from other models referred to by an Operand