Home
last modified time | relevance | path

Searched refs:INSTANCE_NORMALIZATION (Results 1 – 16 of 16) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dinstance_normalization.example.cpp80 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nhwc()
201 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nhwc_all_inputs_as_internal()
288 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nhwc_relaxed()
409 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nhwc_relaxed_all_inputs_as_internal()
496 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nhwc_float16()
617 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nhwc_float16_all_inputs_as_internal()
704 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nchw()
825 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nchw_all_inputs_as_internal()
912 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nchw_relaxed()
1033 .type = TestOperationType::INSTANCE_NORMALIZATION in get_test_model_nchw_relaxed_all_inputs_as_internal()
[all …]
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed350110 type: INSTANCE_NORMALIZATION
Dseed391110 type: INSTANCE_NORMALIZATION
Dseed286149 type: INSTANCE_NORMALIZATION
Dseed348261 type: INSTANCE_NORMALIZATION
Dseed190491 type: INSTANCE_NORMALIZATION
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp124 static_assert(static_cast<TestOperationType>(INSTANCE_NORMALIZATION) ==
125 TestOperationType::INSTANCE_NORMALIZATION);
DModel.proto97 INSTANCE_NORMALIZATION = 57; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp100 CHECK_TEST_ENUM(TestOperationType, INSTANCE_NORMALIZATION);
DTestValidateOperations.cpp3308 TEST(OperationValidationTest, INSTANCE_NORMALIZATION) { in TEST() argument
/frameworks/ml/nn/common/operations/
DInstanceNormalization.cpp158 NN_REGISTER_OPERATION(INSTANCE_NORMALIZATION, instance_normalization::kOperationName,
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DNormalization.cpp233 .opType = TestOperationType::INSTANCE_NORMALIZATION, in DEFINE_OPERATION_SIGNATURE()
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h152 INSTANCE_NORMALIZATION = 57, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp656 TEST_SINGLE_OPERATION(INSTANCE_NORMALIZATION, V1_2, kRelaxedCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp450 static_assert(static_cast<int32_t>(OperationType::INSTANCE_NORMALIZATION) ==
/frameworks/ml/nn/tools/api/
Dtypes.spec4400 %{DeclareOperation_1.2 INSTANCE_NORMALIZATION 57},