Searched refs:CAST (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/vts_models/ |
D | cast.model.cpp | 28 .type = OperationType::CAST, in createTestModel() 79 .type = OperationType::CAST, in createTestModel_dynamic_output_shape() 130 .type = OperationType::CAST, in createTestModel_2() 181 .type = OperationType::CAST, in createTestModel_relaxed() 233 .type = OperationType::CAST, in createTestModel_dynamic_output_shape_2() 284 .type = OperationType::CAST, in createTestModel_dynamic_output_shape_relaxed() 336 .type = OperationType::CAST, in createTestModel_3() 387 .type = OperationType::CAST, in createTestModel_dynamic_output_shape_3() 438 .type = OperationType::CAST, in createTestModel_4() 489 .type = OperationType::CAST, in createTestModel_dynamic_output_shape_4() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AutoTileManager.java | 47 public static final String CAST = "cast"; field in AutoTileManager 104 if (!mAutoTracker.isAdded(CAST)) { in AutoTileManager() 199 if (mAutoTracker.isAdded(CAST)) return; 211 mHost.addTile(CAST); 212 mAutoTracker.setTileAdded(CAST);
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 16 o The stub library is effectively a PUBLIC API for unbundled CAST receivers
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 561 TEST_SINGLE_OPERATION(CAST, V1_2, kMediumCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 390 static_assert(static_cast<int32_t>(OperationType::CAST) == ANEURALNETWORKS_CAST,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1337 case OperationType::CAST: { in executeOperation()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 2914 TEST(OperationValidationTest, CAST) { in TEST() argument
|