Home
last modified time | relevance | path

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

12

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dcast.example.cpp40 .type = TestOperationType::CAST in get_test_model_float16_to_float16()
121 .type = TestOperationType::CAST in get_test_model_float16_to_float16_all_inputs_as_internal()
168 .type = TestOperationType::CAST in get_test_model_float16_to_float32()
249 .type = TestOperationType::CAST in get_test_model_float16_to_float32_all_inputs_as_internal()
296 .type = TestOperationType::CAST in get_test_model_float16_to_float32_relaxed()
377 .type = TestOperationType::CAST in get_test_model_float16_to_float32_relaxed_all_inputs_as_internal()
424 .type = TestOperationType::CAST in get_test_model_float16_to_int32()
505 .type = TestOperationType::CAST in get_test_model_float16_to_int32_all_inputs_as_internal()
552 .type = TestOperationType::CAST in get_test_model_float16_to_quant8()
633 .type = TestOperationType::CAST in get_test_model_float16_to_quant8_all_inputs_as_internal()
[all …]
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dcast_identity.example.cpp40 .type = TestOperationType::CAST in get_test_model_float16()
121 .type = TestOperationType::CAST in get_test_model_float16_all_inputs_as_internal()
168 .type = TestOperationType::CAST in get_test_model_float32()
249 .type = TestOperationType::CAST in get_test_model_float32_all_inputs_as_internal()
296 .type = TestOperationType::CAST in get_test_model_float32_relaxed()
377 .type = TestOperationType::CAST in get_test_model_float32_relaxed_all_inputs_as_internal()
424 .type = TestOperationType::CAST in get_test_model_int32()
471 .type = TestOperationType::CAST in get_test_model_bool8()
518 .type = TestOperationType::CAST in get_test_model_quant8_asymm()
599 .type = TestOperationType::CAST in get_test_model_quant8_asymm_all_inputs_as_internal()
[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/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed451150 type: CAST
159 type: CAST
Dseed01440 type: CAST
Dseed33640 type: CAST
Dseed41540 type: CAST
Dseed27442 type: CAST
Dseed09642 type: CAST
Dseed29042 type: CAST
Dseed03342 type: CAST
Dseed439101 type: CAST
Dseed396113 type: CAST
Dseed044104 type: CAST
Dseed080104 type: CAST
Dseed207113 type: CAST
Dseed259154 type: CAST
/frameworks/ml/nn/runtime/test/generated/spec_V1_3_cts_only/
Dcast_mismatching_shapes.example.cpp40 .type = TestOperationType::CAST in get_test_model()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp107 static_assert(static_cast<TestOperationType>(CAST) == TestOperationType::CAST);
DModel.proto85 CAST = 45; enumerator
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h140 CAST = 45, enumerator
368 operation.type == TestOperationType::CAST || in hasQuant8CoupledOperands()
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp88 CHECK_TEST_ENUM(TestOperationType, 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/operation_signatures/
DElementwise.cpp182 .opType = TestOperationType::CAST, \
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp663 TEST_SINGLE_OPERATION(CAST, V1_2, kMediumCriteria);
710 TEST_SINGLE_OPERATION(CAST, V1_3, kMediumCriteria);

12