Searched refs:resizeImageOp (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | ResizeImageOps.cpp | 145 bool resizeImageOp(OperationType opType, const T* inputData, const Shape& inputShape, bool useNchw, in resizeImageOp() function 230 return resizeImageOp(opType, context->getInputBuffer<_Float16>(kInputTensor), in execute() 236 return resizeImageOp(opType, context->getInputBuffer<float>(kInputTensor), in execute() 241 return resizeImageOp(opType, context->getInputBuffer<uint8_t>(kInputTensor), in execute() 246 return resizeImageOp(opType, context->getInputBuffer<int8_t>(kInputTensor), in execute()
|