Home
last modified time | relevance | path

Searched refs:TILE (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dtile_2.example.cpp50 .type = TestOperationType::TILE in get_test_model()
141 .type = TestOperationType::TILE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TILE in get_test_model_relaxed()
289 .type = TestOperationType::TILE in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::TILE in get_test_model_float16()
437 .type = TestOperationType::TILE in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::TILE in get_test_model_quant8()
585 .type = TestOperationType::TILE in get_test_model_quant8_all_inputs_as_internal()
642 .type = TestOperationType::TILE in get_test_model_int32()
Dtile_3.example.cpp50 .type = TestOperationType::TILE in get_test_model()
141 .type = TestOperationType::TILE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TILE in get_test_model_relaxed()
289 .type = TestOperationType::TILE in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::TILE in get_test_model_float16()
437 .type = TestOperationType::TILE in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::TILE in get_test_model_quant8()
585 .type = TestOperationType::TILE in get_test_model_quant8_all_inputs_as_internal()
642 .type = TestOperationType::TILE in get_test_model_int32()
Dtile_1.example.cpp50 .type = TestOperationType::TILE in get_test_model()
141 .type = TestOperationType::TILE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TILE in get_test_model_relaxed()
289 .type = TestOperationType::TILE in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::TILE in get_test_model_float16()
437 .type = TestOperationType::TILE in get_test_model_float16_all_inputs_as_internal()
494 .type = TestOperationType::TILE in get_test_model_quant8()
585 .type = TestOperationType::TILE in get_test_model_quant8_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dtile_quant8_signed.example.cpp50 .type = TestOperationType::TILE in get_test_model_quant8_signed()
141 .type = TestOperationType::TILE in get_test_model_quant8_signed_all_inputs_as_internal()
198 .type = TestOperationType::TILE in get_test_model_quant8_signed_2()
289 .type = TestOperationType::TILE in get_test_model_quant8_signed_all_inputs_as_internal_2()
346 .type = TestOperationType::TILE in get_test_model_quant8_signed_3()
437 .type = TestOperationType::TILE in get_test_model_quant8_signed_all_inputs_as_internal_3()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp159 static_assert(static_cast<TestOperationType>(TILE) == TestOperationType::TILE);
DModel.proto129 TILE = 89; enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed14457 type: TILE
Dseed02159 type: TILE
Dseed39759 type: TILE
Dseed26757 type: TILE
Dseed48257 type: TILE
Dseed235118 type: TILE
Dseed447118 type: TILE
Dseed231118 type: TILE
Dseed182118 type: TILE
Dseed204118 type: TILE
/packages/modules/NeuralNetworks/common/include/nnapi/
DOperationTypes.h4480 TILE = 89, enumerator
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoritesTileAdapter.java446 return ViewTypes.TILE; in getItemViewType()
694 static final int TILE = 0; field in PhoneFavoritesTileAdapter.ViewTypes
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp161 COMPARE_ENUMS(TILE);
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp132 CHECK_TEST_ENUM(TestOperationType, TILE);
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp663 TEST_SINGLE_OPERATION(TILE, V1_2, kStrictCriteria);
732 TEST_SINGLE_OPERATION(TILE, V1_3, kStrictCriteria);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h184 TILE = 89, enumerator
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DReshape.cpp566 .opType = TestOperationType::TILE, \
/packages/modules/NeuralNetworks/common/
DTypeUtils.cpp530 case OperationType::TILE: in operator <<()
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp521 static_assert(static_cast<int32_t>(OperationType::TILE) == ANEURALNETWORKS_TILE,

12