Home
last modified time | relevance | path

Searched refs:ANEURALNETWORKS_SPLIT (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h4815 ANEURALNETWORKS_SPLIT = 87, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp185 static_assert(ANEURALNETWORKS_SPLIT == 87, "ANEURALNETWORKS_SPLIT has changed");
513 static_assert(static_cast<int32_t>(OperationType::SPLIT) == ANEURALNETWORKS_SPLIT,
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp608 if (mOpCode == ANEURALNETWORKS_SPLIT) { in testMutatingOutputOperandCounts()
1234 OperationTestBase test(ANEURALNETWORKS_SPLIT, {input0, axis, count}, {output0, output1}); in splitTest()
/frameworks/ml/nn/common/
DUtils.cpp1669 case ANEURALNETWORKS_SPLIT: { in validateOperation()