Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestOperandExtraParams.cpp45 ANeuralNetworksOperandType createOperand(int32_t dataType) { in createOperand() function in __anon85e980780110::OperandExtraParamsTest
119 ANeuralNetworksOperandType operandType = createOperand(dataType); in testAddingWithSymmPerChannelQuantParams()
240 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F()
248 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
H A DTestUtils.cpp43 Operand createOperand(const TestOperand& operand, Model::OperandValues* operandValues, in createOperand() function
96 return createOperand(operand, operandValues, memoryBuilder); in createSubgraph()