Home
last modified time | relevance | path

Searched refs:models (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DStructureAdapter.kt27 private val models: List<StructureContainer> constant in com.android.systemui.controls.management.StructureAdapter
37 override fun getItemCount() = models.size in getItemCount()
40 holder.bind(models[index].model) in getItemCount()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp2156 std::vector<std::unique_ptr<PartitioningModel>>* models) { in createControlFlowModelForCachingTests() argument
2157 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() local
2488 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 …]
/frameworks/ml/nn/tools/test_generator/
DREADME.md334 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
Dtest_generator.py485 models = list() variable in Model
496 Model.models.append(self)
1094 self.model = Model.models[-1] if model is None else model
1354 Model.models = list()
/frameworks/ml/nn/extensions/
DREADME.md194 same extension name in different models.
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t165 /** The device runs NNAPI models on single or multi-core CPU. */
167 /** The device can run NNAPI models and also accelerate graphics APIs such
1180 * compilation, to distinguish it from other models referred to by an Operand
1753 * referenced models is overridden by that setting of the main model of a
1842 * a compilation overrides the values of the referenced models.
1868 * compilation, to distinguish it from other models referred to by an Operand