Searched refs:createOperand (Results 1 – 2 of 2) sorted by relevance
45 ANeuralNetworksOperandType createOperand(int32_t dataType) { in createOperand() function in __anon25e9d1b80111::OperandExtraParamsTest119 ANeuralNetworksOperandType operandType = createOperand(dataType); in testAddingWithSymmPerChannelQuantParams()242 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F()250 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F()
44 Result<Operand> createOperand(const TestOperand& operand, Model::OperandValues* operandValues, in createOperand() function103 operands.push_back(NN_TRY(createOperand(operand, operandValues, memoryBuilder))); in createSubgraph()