Home
last modified time | relevance | path

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

/aosp_15_r20/external/android-nn-driver/
H A DConversionUtils.hpp1154 bool GetTensorInt32Values(const HalOperand& operand, in GetTensorInt32Values() function
1737 if (!GetTensorInt32Values<HalPolicy>(*paddingsOperand, paddings, model, data)) in ConvertPaddings()
3446 if (!GetTensorInt32Values<HalPolicy>(*axisOperand, axis, model, data)) in ConvertMean()
3614 if (!GetTensorInt32Values<HalPolicy>(*requestedShapeOperand, targetDimensions, model, data)) in ConvertReshape()
3723 else if (!GetTensorInt32Values<HalPolicy>(*axisOperand, axis, model, data)) in ConvertSqueeze()
3813 if (!GetTensorInt32Values<HalPolicy>(operand, operandValues, model, data)) in ConvertStridedSlice()
3948 else if (!GetTensorInt32Values<HalPolicy>(*permOperand, perm, model, data)) in ConvertTranspose()
4036 if (!GetTensorInt32Values<HalPolicy>(*blockOperand, block, model, data)) in ConvertBatchToSpaceNd()
4145 if (!GetTensorInt32Values<HalPolicy>(*blockShapeOperand, blockShape, model, data)) in ConvertSpaceToBatchNd()
4162 if (!GetTensorInt32Values<HalPolicy>(*paddingsOperand, paddings, model, data)) in ConvertSpaceToBatchNd()
H A DConversionUtils_1_2.hpp2077 if (!GetTensorInt32Values<HalPolicy>(*axisOperand, axis, model, data)) in ConvertReduce()
2993 …if ((outputShapeOperand) && (GetTensorInt32Values<HalPolicy>(*outputShapeOperand, outputShape, mod… in ConvertTransposeConv2d()
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DConversionUtils.cpp357 if (!GetTensorInt32Values(*paddingsOperand, paddings, model, data)) in ConvertPaddings()
536 if (!GetTensorInt32Values(*axisOperand, axis, model, data)) in ConvertReduce()
822 bool GetTensorInt32Values(const Operand& operand, in GetTensorInt32Values() function
H A DConverter.cpp466 if (!GetTensorInt32Values(*blockOperand, block, model, data)) in ConvertBatchToSpaceNd()
3454 if (!GetTensorInt32Values(*axisOperand, axis, model, data)) in ConvertMean()
4846 if (!GetTensorInt32Values(*requestedShapeOperand, targetDimensions, model, data)) in ConvertReshape()
5093 if(!GetTensorInt32Values(*blockShapeOperand, blockShape, model, data)) in ConvertSpaceToBatchNd()
5111 if(!GetTensorInt32Values(*paddingsOperand, paddings, model, data)) in ConvertSpaceToBatchNd()
5516 … if ((outputShapeOperand) && (GetTensorInt32Values(*outputShapeOperand, outputShape, model, data))) in ConvertTransposeConv2d()
5676 else if (!GetTensorInt32Values(*axisOperand, axis, model, data)) in ConvertSqueeze()
5760 if (!GetTensorInt32Values(operand, operandValues, model, data)) in ConvertStridedSlice()
5888 else if (!GetTensorInt32Values(*permOperand, perm, model, data)) in ConvertTranspose()
H A DConversionUtils.hpp925 bool GetTensorInt32Values(const Operand& operand,