Home
last modified time | relevance | path

Searched refs:createOperand (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestOperandExtraParams.cpp45 ANeuralNetworksOperandType createOperand(int32_t dataType) { in createOperand() function in __anon25e9d1b80111::OperandExtraParamsTest
119 ANeuralNetworksOperandType operandType = createOperand(dataType); in testAddingWithSymmPerChannelQuantParams()
242 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F()
250 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F()
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp44 Result<Operand> createOperand(const TestOperand& operand, Model::OperandValues* operandValues, in createOperand() function
103 operands.push_back(NN_TRY(createOperand(operand, operandValues, memoryBuilder))); in createSubgraph()