• Home
  • Raw
  • Download

Lines Matching refs:outputDimensions

1037     uint32_t outputDimensions[3] = {2, 2, 2};  in argMinMaxTest()  local
1041 .dimensions = outputDimensions, in argMinMaxTest()
1096 uint32_t outputDimensions[5] = {2, 2, 2, 2, 2}; in expandDimsTest() local
1097 ANeuralNetworksOperandType output = getOpType(inputOperandType, 5, outputDimensions); in expandDimsTest()
1124 uint32_t outputDimensions[7] = {2, 2, 2, 2, 2, 2, 2}; in gatherTest() local
1125 ANeuralNetworksOperandType output = getOpType(inputOperandType, 7, outputDimensions); in gatherTest()
1230 uint32_t outputDimensions[2] = {2, 2}; in splitTest() local
1231 ANeuralNetworksOperandType output0 = getOpType(inputOperandType, 2, outputDimensions); in splitTest()
1232 ANeuralNetworksOperandType output1 = getOpType(inputOperandType, 2, outputDimensions); in splitTest()
1255 uint32_t outputDimensions[8] = {2, 2, 2, 2, 2, 2, 2, 2}; in tileTest() local
1256 ANeuralNetworksOperandType output0 = getOpType(inputOperandType, 8, outputDimensions); in tileTest()
1274 uint32_t outputDimensions[4] = {4, 5, 6, 3}; in topkV2Test() local
1275 ANeuralNetworksOperandType outputValues = getOpType(inputOperandType, 4, outputDimensions); in topkV2Test()
1277 getOpType(ANEURALNETWORKS_TENSOR_INT32, 4, outputDimensions); in topkV2Test()
1663 uint32_t outputDimensions[2] = {4, 6}; in reshapeOpTest() local
1664 ANeuralNetworksOperandType output = getOpType(inputOperandCode, 2, outputDimensions); in reshapeOpTest()
1750 uint32_t outputDimensions[4] = {4, 3, 4, 3}; in padOpTest() local
1751 ANeuralNetworksOperandType output = getOpType(inputOperandCode, 4, outputDimensions); in padOpTest()
1778 uint32_t outputDimensions[4] = {4, 3, 4, 3}; in padV2OpTest() local
1779 ANeuralNetworksOperandType output = getOpType(inputOperandCode, 4, outputDimensions); in padV2OpTest()
4419 uint32_t outputDimensions[3] = {3, 4, 5}; in fillTest() local
4420 ANeuralNetworksOperandType output = getOpType(outputOperandType, 3, outputDimensions); in fillTest()