Searched refs:models (Results 1 – 6 of 6) sorted by relevance
27 private val models: List<StructureContainer> constant in com.android.systemui.controls.management.StructureAdapter37 override fun getItemCount() = models.size in getItemCount()40 holder.bind(models[index].model) in getItemCount()
2156 std::vector<std::unique_ptr<PartitioningModel>>* models) { in createControlFlowModelForCachingTests() argument2157 CHECK(models != nullptr); in createControlFlowModelForCachingTests()2191 models->clear(); in createControlFlowModelForCachingTests()2192 models->push_back(std::move(mainModel)); in createControlFlowModelForCachingTests()2193 models->push_back(std::move(trueModel)); in createControlFlowModelForCachingTests()2194 models->push_back(std::move(falseModel)); in createControlFlowModelForCachingTests()2487 std::vector<std::unique_ptr<PartitioningModel>> models; in TEST_F() local2488 createControlFlowModelForCachingTests(&models); in TEST_F()2489 const auto& main = *models[0]; in TEST_F()2605 std::vector<std::unique_ptr<PartitioningModel>> models; in createIfModel() local[all …]
334 Converters that support nested control flow models accept the following syntax:348 …he minimal required HAL version will be inferred from the path, e.g. the models defined in `nn/run…374 model inputs and outputs. This is particularly useful for models referenced by
485 models = list() variable in Model496 Model.models.append(self)1094 self.model = Model.models[-1] if model is None else model1354 Model.models = list()
194 same extension name in different models.
165 /** The device runs NNAPI models on single or multi-core CPU. */167 /** The device can run NNAPI models and also accelerate graphics APIs such1180 * compilation, to distinguish it from other models referred to by an Operand1753 * referenced models is overridden by that setting of the main model of a1842 * a compilation overrides the values of the referenced models.1868 * compilation, to distinguish it from other models referred to by an Operand