Searched refs:RANK (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | rank.example.cpp | 40 .type = TestOperationType::RANK in get_test_model_1d() 121 .type = TestOperationType::RANK in get_test_model_1d_all_inputs_as_internal() 168 .type = TestOperationType::RANK in get_test_model_1d_int32() 215 .type = TestOperationType::RANK in get_test_model_1d_float16() 296 .type = TestOperationType::RANK in get_test_model_1d_float16_all_inputs_as_internal() 343 .type = TestOperationType::RANK in get_test_model_1d_quant8() 424 .type = TestOperationType::RANK in get_test_model_1d_quant8_all_inputs_as_internal() 471 .type = TestOperationType::RANK in get_test_model_1d_quant8_signed() 552 .type = TestOperationType::RANK in get_test_model_1d_quant8_signed_all_inputs_as_internal() 599 .type = TestOperationType::RANK in get_test_model_1d_2() [all …]
|
/frameworks/ml/nn/common/operations/ |
D | Rank.cpp | 66 NN_REGISTER_OPERATION(RANK, "RANK", rank_op::validate, rank_op::prepare, rank_op::execute);
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 196 RANK = 101, enumerator 400 if (operation.type == TestOperationType::RANK) { in hasScalarOutputs()
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Reshape.cpp | 599 .opType = TestOperationType::RANK, in DEFINE_OPERATION_SIGNATURE()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 749 TEST_SINGLE_OPERATION(RANK, V1_3, kStrictCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 547 static_assert(static_cast<int32_t>(OperationType::RANK) == ANEURALNETWORKS_RANK,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 6397 %{DeclareOperation_1.3 RANK 101},
|