Home
last modified time | relevance | path

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

/frameworks/ml/nn/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()
/frameworks/ml/nn/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()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed14457 type: TILE
Dseed39759 type: TILE
Dseed02159 type: TILE
Dseed48257 type: TILE
Dseed26757 type: TILE
Dseed447118 type: TILE
Dseed182118 type: TILE
Dseed204118 type: TILE
Dseed231118 type: TILE
Dseed235118 type: TILE
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp159 static_assert(static_cast<TestOperationType>(TILE) == TestOperationType::TILE);
DModel.proto129 TILE = 89; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp132 CHECK_TEST_ENUM(TestOperationType, TILE);
DTestValidateOperations.cpp1262 TEST(OperationValidationTest, TILE) { in TEST() argument
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h184 TILE = 89, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp665 TEST_SINGLE_OPERATION(TILE, V1_2, kStrictCriteria);
734 TEST_SINGLE_OPERATION(TILE, V1_3, kStrictCriteria);
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp566 .opType = TestOperationType::TILE, \
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp517 static_assert(static_cast<int32_t>(OperationType::TILE) == ANEURALNETWORKS_TILE,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1650 case OperationType::TILE: { in executeOperation()
/frameworks/ml/nn/tools/api/
Dtypes.spec5528 %{DeclareOperation_1.2 TILE 89},