Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DBroadcast.cpp186 op_params, convertShapeToTflshape(shape1), in1, convertShapeToTflshape(shape2), in addQuant8()
187 in2, convertShapeToTflshape(shapeOut), out); in addQuant8()
190 tflite::reference_ops::BroadcastAdd4DSlow(op_params, convertShapeToTflshape(shape1), in addQuant8()
191 in1, convertShapeToTflshape(shape2), in2, in addQuant8()
192 convertShapeToTflshape(shapeOut), out); in addQuant8()
197 tflite::optimized_integer_ops::Add(op_params, convertShapeToTflshape(shape1), in1, in addQuant8()
198 convertShapeToTflshape(shape2), in2, in addQuant8()
199 convertShapeToTflshape(shapeOut), out); in addQuant8()
202 tflite::optimized_ops::Add(op_params, convertShapeToTflshape(shape1), in1, in addQuant8()
203 convertShapeToTflshape(shape2), in2, in addQuant8()
[all …]
DPooling.cpp146 tflite::optimized_ops::AveragePool(op_params, convertShapeToTflshape(inputShape), inputData, in averagePoolNhwc()
147 convertShapeToTflshape(outputShape), outputData); in averagePoolNhwc()
169 tflite::optimized_ops::AveragePool(op_params, convertShapeToTflshape(inputShape), inputData, in averagePoolNhwc()
170 convertShapeToTflshape(outputShape), outputData); in averagePoolNhwc()
181 tflite::reference_integer_ops::AveragePool(op_params, convertShapeToTflshape(inputShape), in averagePoolNhwc()
182 inputData, convertShapeToTflshape(outputShape), in averagePoolNhwc()
192 tflite::optimized_ops::L2Pool(op_params, convertShapeToTflshape(inputShape), inputData, in l2PoolNhwc()
193 convertShapeToTflshape(outputShape), outputData); in l2PoolNhwc()
214 tflite::optimized_ops::MaxPool(op_params, convertShapeToTflshape(inputShape), inputData, in maxPoolNhwc()
215 convertShapeToTflshape(outputShape), outputData); in maxPoolNhwc()
[all …]
DActivation.cpp182 tflite::optimized_ops::Tanh(inputData, convertShapeToTflshape(inputShape), inputShape.offset, in tanhQuant8()
184 convertShapeToTflshape(outputShape)); in tanhQuant8()
213 inputData, convertShapeToTflshape(inputShape), inputShape.offset, input_range_radius, in logisticQuant8()
214 input_multiplier, input_left_shift, outputData, convertShapeToTflshape(outputShape)); in logisticQuant8()
278 input_left_shift, convertShapeToTflshape(inputShape), in tanhQuant8Signed()
279 inputData, convertShapeToTflshape(outputShape), outputData); in tanhQuant8Signed()
354 tflite::reference_ops::HardSwish(params, convertShapeToTflshape(inputShape), inputData, in hardSwishQuant()
355 convertShapeToTflshape(outputShape), outputData); in hardSwishQuant()
598 tflite::reference_ops::HardSwish(convertShapeToTflshape(inputShape), inputFloat.data(), in executeHardSwish()
599 convertShapeToTflshape(outputShape), in executeHardSwish()
[all …]
DReshape.cpp112 tflite::RuntimeShape::ExtendedShape(4, convertShapeToTflshape(inputShape)); in padGeneric()
114 tflite::RuntimeShape::ExtendedShape(4, convertShapeToTflshape(outputShape)); in padGeneric()
230 {.output_offset = outputShape.offset}, convertShapeToTflshape(inputShape), inputData, in spaceToBatchGeneric()
231 blockSizeDim, blockSize, convertShapeToTflshape(paddingShape), padding, in spaceToBatchGeneric()
232 convertShapeToTflshape(outputShape), outputData); in spaceToBatchGeneric()
DDepthwiseConv2D.cpp159 tflite::reference_ops::DepthwiseConv(params, convertShapeToTflshape(inputShape), inputData, in depthwiseConvNhwc()
160 convertShapeToTflshape(filterShape), filterData, in depthwiseConvNhwc()
161 convertShapeToTflshape(biasShape), biasData, in depthwiseConvNhwc()
162 convertShapeToTflshape(outputShape), outputData); in depthwiseConvNhwc()
235 tflite::reference_ops::DepthwiseConv(params, convertShapeToTflshape(inputShape), inputData, in depthwiseConvNhwc()
236 convertShapeToTflshape(filterShape), filterData, in depthwiseConvNhwc()
237 convertShapeToTflshape(biasShape), biasData, in depthwiseConvNhwc()
238 convertShapeToTflshape(outputShape), outputData); in depthwiseConvNhwc()
DFullyConnected.cpp177 params, convertShapeToTflshape(inputShape), inputData, in fullyConnectedQuant8()
178 convertShapeToTflshape(weightsShape), weightsData, convertShapeToTflshape(biasShape), in fullyConnectedQuant8()
179 biasData, convertShapeToTflshape(outputShape), outputData); in fullyConnectedQuant8()
DL2Normalization.cpp147 tflite::optimized_ops::L2Normalization(param, convertShapeToTflshape(inputShape), inputData, in l2normFloat32()
148 convertShapeToTflshape(outputShape), outputData); in l2normFloat32()
176 tflite::optimized_ops::L2Normalization(param, convertShapeToTflshape(inputShape), inputData, in l2normQuant8()
177 convertShapeToTflshape(outputShape), outputData); in l2normQuant8()
DResizeImageOps.cpp126 convertShapeToTflshape(inputShape), inputData, convertShapeToTflshape(outDimShape), in resizeImageOpNhwc()
127 outDimData, convertShapeToTflshape(outputShape), outputData); in resizeImageOpNhwc()
DLocalResponseNormalization.cpp98 param, convertShapeToTflshape(inputShape), inputData, in localResponseNorm()
99 convertShapeToTflshape(outputShape), outputData); in localResponseNorm()
DSoftmax.cpp93 tflite::optimized_ops::Softmax(param, convertShapeToTflshape(inputShape), inputData, in softmaxFloat32()
94 convertShapeToTflshape(outputShape), outputData); in softmaxFloat32()
DConv2D.cpp502 convertShapeToTflshape(inputShape), inputData, convertShapeToTflshape(filterShape), in convQuant8PerChannelNhwc()
503 filterData, convertShapeToTflshape(biasShape), biasData, in convQuant8PerChannelNhwc()
504 convertShapeToTflshape(outputShape), outputData); in convQuant8PerChannelNhwc()
/packages/modules/NeuralNetworks/common/include/
DCpuOperationUtils.h56 inline tflite::RuntimeShape convertShapeToTflshape(const Shape& shape) { in convertShapeToTflshape() function