Searched refs:TILE (Results 1 – 24 of 24) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | tile_2.example.cpp | 50 .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()
|
D | tile_3.example.cpp | 50 .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()
|
D | tile_1.example.cpp | 50 .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()
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | tile_quant8_signed.example.cpp | 50 .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()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/ |
D | seed144 | 57 type: TILE
|
D | seed397 | 59 type: TILE
|
D | seed021 | 59 type: TILE
|
D | seed482 | 57 type: TILE
|
D | seed267 | 57 type: TILE
|
D | seed447 | 118 type: TILE
|
D | seed182 | 118 type: TILE
|
D | seed204 | 118 type: TILE
|
D | seed231 | 118 type: TILE
|
D | seed235 | 118 type: TILE
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 159 static_assert(static_cast<TestOperationType>(TILE) == TestOperationType::TILE);
|
D | Model.proto | 129 TILE = 89; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 132 CHECK_TEST_ENUM(TestOperationType, TILE);
|
D | TestValidateOperations.cpp | 1262 TEST(OperationValidationTest, TILE) { in TEST() argument
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 184 TILE = 89, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 665 TEST_SINGLE_OPERATION(TILE, V1_2, kStrictCriteria); 734 TEST_SINGLE_OPERATION(TILE, V1_3, kStrictCriteria);
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Reshape.cpp | 566 .opType = TestOperationType::TILE, \
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 517 static_assert(static_cast<int32_t>(OperationType::TILE) == ANEURALNETWORKS_TILE,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1650 case OperationType::TILE: { in executeOperation()
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 5528 %{DeclareOperation_1.2 TILE 89},
|