Home
last modified time | relevance | path

Searched refs:TRANSPOSE (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/ml/nn/runtime/test/generated/spec_V1_1/
Dtranspose_float_1.example.cpp50 .type = TestOperationType::TRANSPOSE in get_test_model()
141 .type = TestOperationType::TRANSPOSE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dtranspose_relaxed.example.cpp50 .type = TestOperationType::TRANSPOSE in get_test_model()
141 .type = TestOperationType::TRANSPOSE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dtranspose.example.cpp50 .type = TestOperationType::TRANSPOSE in get_test_model()
141 .type = TestOperationType::TRANSPOSE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dtranspose_float_1_relaxed.example.cpp50 .type = TestOperationType::TRANSPOSE in get_test_model()
141 .type = TestOperationType::TRANSPOSE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dtranspose_quant8_1.example.cpp50 .type = TestOperationType::TRANSPOSE in get_test_model()
141 .type = TestOperationType::TRANSPOSE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dtranspose_float16.example.cpp50 .type = TestOperationType::TRANSPOSE in get_test_model()
141 .type = TestOperationType::TRANSPOSE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dtranspose_v1_2.example.cpp50 .type = TestOperationType::TRANSPOSE in get_test_model()
141 .type = TestOperationType::TRANSPOSE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::TRANSPOSE in get_test_model_relaxed()
289 .type = TestOperationType::TRANSPOSE in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::TRANSPOSE in get_test_model_quant8()
437 .type = TestOperationType::TRANSPOSE in get_test_model_quant8_all_inputs_as_internal()
712 .type = TestOperationType::TRANSPOSE in get_test_model_zero_sized()
987 .type = TestOperationType::TRANSPOSE in get_test_model_zero_sized_relaxed()
1262 .type = TestOperationType::TRANSPOSE in get_test_model_zero_sized_quant8()
1537 .type = TestOperationType::TRANSPOSE in get_test_model_zero_sized_float16()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed44959 type: TRANSPOSE
Dseed48459 type: TRANSPOSE
Dseed44863 type: TRANSPOSE
Dseed07563 type: TRANSPOSE
Dseed42563 type: TRANSPOSE
Dseed233288 type: TRANSPOSE
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp95 static_assert(static_cast<TestOperationType>(TRANSPOSE) == TestOperationType::TRANSPOSE);
DModel.proto77 TRANSPOSE = 37; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp80 CHECK_TEST_ENUM(TestOperationType, TRANSPOSE);
/frameworks/ml/nn/common/operations/
DTranspose.cpp176 NN_REGISTER_OPERATION(TRANSPOSE, transpose::kOperationName, transpose::validate, transpose::prepare,
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp573 TEST_SINGLE_OPERATION(TRANSPOSE, V1_1, kStrictCriteria);
598 TEST_SINGLE_OPERATION(TRANSPOSE, V1_2, kStrictCriteria);
706 TEST_SINGLE_OPERATION(TRANSPOSE, V1_3, kStrictCriteria);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h132 TRANSPOSE = 37, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp403 .opType = TestOperationType::TRANSPOSE, \
411 .opType = TestOperationType::TRANSPOSE, \
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java200 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
226 public static final int TRANSPOSE = 112; field in ScriptIntrinsicBLAS
245 if (Trans != NO_TRANSPOSE && Trans != TRANSPOSE && in validateTranspose()
2287 if (TransA == TRANSPOSE || TransA == CONJ_TRANSPOSE) { in validateL3()
2296 if (TransB == TRANSPOSE || TransB == CONJ_TRANSPOSE) { in validateL3()
2693 if (Trans == TRANSPOSE) { in validateSYR2K()
3290 validateL3(Element.U8(mRS), NO_TRANSPOSE, TRANSPOSE, 0, A, B, C); in BNNM() local
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java207 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
233 public static final int TRANSPOSE = 112;
252 if (Trans != NO_TRANSPOSE && Trans != TRANSPOSE &&
2890 if (TransA == TRANSPOSE || TransA == CONJ_TRANSPOSE) { in validateL3()
2899 if (TransB == TRANSPOSE || TransB == CONJ_TRANSPOSE) { in validateL3()
3407 if (Trans == TRANSPOSE) { in validateSYR2K()
4164 validateL3(Element.U8(mRS), NO_TRANSPOSE, TRANSPOSE, 0, A, B, C); in BNNM() local
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp373 static_assert(static_cast<int32_t>(OperationType::TRANSPOSE) == ANEURALNETWORKS_TRANSPOSE,
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dtranspose_quant8_signed.example.cpp29232 .type = TestOperationType::TRANSPOSE in get_test_model()
29323 .type = TestOperationType::TRANSPOSE in get_test_model_all_inputs_as_internal()
29380 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs()
29471 .type = TestOperationType::TRANSPOSE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
29528 .type = TestOperationType::TRANSPOSE in get_test_model_quant8_signed_2()
29619 .type = TestOperationType::TRANSPOSE in get_test_model_quant8_signed_all_inputs_as_internal_2()
29894 .type = TestOperationType::TRANSPOSE in get_test_model_zero_sized_quant8_signed()
/frameworks/ml/nn/tools/api/
Dtypes.spec2870 %{DeclareOperation TRANSPOSE 37},

12