Home
last modified time | relevance | path

Searched refs:CAST (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/vts_models/
Dcast.model.cpp28 .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/
DAutoTileManager.java47 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/
DREADME.txt16 o The stub library is effectively a PUBLIC API for unbundled CAST receivers
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp561 TEST_SINGLE_OPERATION(CAST, V1_2, kMediumCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp390 static_assert(static_cast<int32_t>(OperationType::CAST) == ANEURALNETWORKS_CAST,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1337 case OperationType::CAST: { in executeOperation()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2914 TEST(OperationValidationTest, CAST) { in TEST() argument