Home
last modified time | relevance | path

Searched refs:QUANTIZE (Results 1 – 19 of 19) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dquantize.example.cpp40 .type = TestOperationType::QUANTIZE in get_test_model_quant8()
121 .type = TestOperationType::QUANTIZE in get_test_model_quant8_all_inputs_as_internal()
168 .type = TestOperationType::QUANTIZE in get_test_model_quant8_2()
249 .type = TestOperationType::QUANTIZE in get_test_model_quant8_all_inputs_as_internal_2()
296 .type = TestOperationType::QUANTIZE in get_test_model_quant8_3()
377 .type = TestOperationType::QUANTIZE in get_test_model_quant8_all_inputs_as_internal_3()
424 .type = TestOperationType::QUANTIZE in get_test_model_quant8_4()
505 .type = TestOperationType::QUANTIZE in get_test_model_quant8_all_inputs_as_internal_4()
552 .type = TestOperationType::QUANTIZE in get_test_model_quant8_5()
633 .type = TestOperationType::QUANTIZE in get_test_model_quant8_all_inputs_as_internal_5()
[all …]
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dquantize_quant8_signed.example.cpp40 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed()
121 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_all_inputs_as_internal()
168 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_2()
249 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_all_inputs_as_internal_2()
296 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_3()
377 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_all_inputs_as_internal_3()
424 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_4()
505 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_all_inputs_as_internal_4()
552 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_5()
633 .type = TestOperationType::QUANTIZE in get_test_model_quant8_signed_all_inputs_as_internal_5()
[all …]
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed44340 type: QUANTIZE
Dseed16840 type: QUANTIZE
Dseed05340 type: QUANTIZE
Dseed17187 type: QUANTIZE
Dseed111101 type: QUANTIZE
Dseed412324 type: QUANTIZE
Dseed181969 type: QUANTIZE
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp140 static_assert(static_cast<TestOperationType>(QUANTIZE) == TestOperationType::QUANTIZE);
DModel.proto112 QUANTIZE = 72; enumerator
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DElementwise.cpp173 DEFINE_QUANTIZATION_OP_SIGNATURE(QUANTIZE, V1_2, /*outType=*/TENSOR_QUANT8_ASYMM,
176 DEFINE_QUANTIZATION_OP_SIGNATURE(QUANTIZE, V1_3,
/frameworks/ml/nn/common/operations/
DQuantize.cpp131 NN_REGISTER_OPERATION(QUANTIZE, "QUANTIZE", quantize::validate, quantize::prepare,
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp115 CHECK_TEST_ENUM(TestOperationType, QUANTIZE);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h167 QUANTIZE = 72, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp662 TEST_SINGLE_OPERATION(QUANTIZE, V1_2, kMediumCriteria);
726 TEST_SINGLE_OPERATION(QUANTIZE, V1_3, kMediumCriteria);
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp734 operation.type == TestOperationType::QUANTIZE || in convertToFloat32Model()
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp481 static_assert(static_cast<int32_t>(OperationType::QUANTIZE) == ANEURALNETWORKS_QUANTIZE,
/frameworks/ml/nn/tools/api/
Dtypes.spec4860 %{DeclareOperation_1.2 QUANTIZE 72},