Searched refs:QUANTIZE (Results 1 – 19 of 19) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | quantize.example.cpp | 40 .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/ |
D | quantize_quant8_signed.example.cpp | 40 .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/ |
D | seed443 | 40 type: QUANTIZE
|
D | seed168 | 40 type: QUANTIZE
|
D | seed053 | 40 type: QUANTIZE
|
D | seed171 | 87 type: QUANTIZE
|
D | seed111 | 101 type: QUANTIZE
|
D | seed412 | 324 type: QUANTIZE
|
D | seed181 | 969 type: QUANTIZE
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 140 static_assert(static_cast<TestOperationType>(QUANTIZE) == TestOperationType::QUANTIZE);
|
D | Model.proto | 112 QUANTIZE = 72; enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Elementwise.cpp | 173 DEFINE_QUANTIZATION_OP_SIGNATURE(QUANTIZE, V1_2, /*outType=*/TENSOR_QUANT8_ASYMM, 176 DEFINE_QUANTIZATION_OP_SIGNATURE(QUANTIZE, V1_3,
|
/frameworks/ml/nn/common/operations/ |
D | Quantize.cpp | 131 NN_REGISTER_OPERATION(QUANTIZE, "QUANTIZE", quantize::validate, quantize::prepare,
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 115 CHECK_TEST_ENUM(TestOperationType, QUANTIZE);
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 167 QUANTIZE = 72, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 662 TEST_SINGLE_OPERATION(QUANTIZE, V1_2, kMediumCriteria); 726 TEST_SINGLE_OPERATION(QUANTIZE, V1_3, kMediumCriteria);
|
/frameworks/ml/nn/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 734 operation.type == TestOperationType::QUANTIZE || in convertToFloat32Model()
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 481 static_assert(static_cast<int32_t>(OperationType::QUANTIZE) == ANEURALNETWORKS_QUANTIZE,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 4860 %{DeclareOperation_1.2 QUANTIZE 72},
|