Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp56 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType() function
1031 ANeuralNetworksOperandType input0 = getOpType(inputOperandType, 4, inputDimensions); in argMinMaxTest()
1067 ANeuralNetworksOperandType input = getOpType(inputOperandType, 4, inputDimensions); in dequantizeOpTest()
1068 ANeuralNetworksOperandType output = getOpType(outputOperandType, 4, inputDimensions); in dequantizeOpTest()
1090 ANeuralNetworksOperandType input0 = getOpType(inputOperandType, 4, inputDimensions); in expandDimsTest()
1097 ANeuralNetworksOperandType output = getOpType(inputOperandType, 5, outputDimensions); in expandDimsTest()
1113 ANeuralNetworksOperandType input0 = getOpType(inputOperandType, 4, inputDimensions); in gatherTest()
1125 ANeuralNetworksOperandType output = getOpType(inputOperandType, 7, outputDimensions); in gatherTest()
1219 ANeuralNetworksOperandType input0 = getOpType(inputOperandType, 4, inputDimensions); in splitTest()
1231 ANeuralNetworksOperandType output0 = getOpType(inputOperandType, 2, outputDimensions); in splitTest()
[all …]