Home
last modified time | relevance | path

Searched refs:RANK (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Drank.example.cpp40 .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/
DRank.cpp66 NN_REGISTER_OPERATION(RANK, "RANK", rank_op::validate, rank_op::prepare, rank_op::execute);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h196 RANK = 101, enumerator
400 if (operation.type == TestOperationType::RANK) { in hasScalarOutputs()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp599 .opType = TestOperationType::RANK, in DEFINE_OPERATION_SIGNATURE()
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp749 TEST_SINGLE_OPERATION(RANK, V1_3, kStrictCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp547 static_assert(static_cast<int32_t>(OperationType::RANK) == ANEURALNETWORKS_RANK,
/frameworks/ml/nn/tools/api/
Dtypes.spec6397 %{DeclareOperation_1.3 RANK 101},