Home
last modified time | relevance | path

Searched refs:ANEURALNETWORKS_OEM_SCALAR (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/runtime/include/
DNeuralNetworksOEM.h47 ANEURALNETWORKS_OEM_SCALAR = 10000, enumerator
/frameworks/ml/nn/runtime/test/
DTestOperandExtraParams.cpp53 case ANEURALNETWORKS_OEM_SCALAR: in createOperand()
136 ANEURALNETWORKS_OEM_SCALAR,
DTestPartitioning.cpp676 case ANEURALNETWORKS_OEM_SCALAR: in addOperand()
DTestValidation.cpp775 .type = ANEURALNETWORKS_OEM_SCALAR, .dimensionCount = 0, .dimensions = nullptr}; in TEST_F()
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp73 static_assert(ANEURALNETWORKS_OEM_SCALAR == 10000, "ANEURALNETWORKS_OEM_SCALAR has changed");
262 static_assert(static_cast<int32_t>(OperandType::OEM) == ANEURALNETWORKS_OEM_SCALAR,
/frameworks/ml/nn/common/
DUtils.cpp604 if (type.type != ANEURALNETWORKS_OEM_SCALAR) { // Historically, we have allowed OEM types in validateOperandTypeHelper()