Searched defs:operandType (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/include/
H A DNeuralNetworksWrapper.h58 ANeuralNetworksOperandType operandType; member in struct:android::nn::wrapper::ExecutePreference::OperandType
63 operandType = {
155 if (ANeuralNetworksModel_addOperand(mModel, &(type->operandType)) !=
/frameworks/ml/nn/runtime/
H A DExecutionPlan.cpp888 const OperandType operandType = mOperands[operandIndex].type; local
889 switch(operandType) {

Completed in 62 milliseconds