Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dsplit.cc51 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors() function
99 return ResizeOutputTensors(context, node, op_context.axis, op_context.input, in Prepare()
114 ResizeOutputTensors(context, node, op_context.axis, op_context.input, in Eval()
Dsplit_v.cc64 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors() function
152 return ResizeOutputTensors(context, node, op_context.input, in Prepare()
167 context, ResizeOutputTensors(context, node, op_context.input, in Eval()
/external/libtextclassifier/native/utils/tflite/
Dtoken_encoder.cc55 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors() function
106 return ResizeOutputTensors(context, node, output_length.data.i64[0]); in Prepare()
131 context, ResizeOutputTensors(context, node, output_length.data.i64[0])); in Eval()
Dtext_encoder.cc137 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors() function
196 return ResizeOutputTensors(context, node, output_length.data.i64[0]); in Prepare()
230 context, ResizeOutputTensors(context, node, output_length.data.i64[0])); in Eval()
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate_kernel.h76 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node);
Dhexagon_delegate_kernel.cc160 TfLiteStatus HexagonDelegateKernel::ResizeOutputTensors(TfLiteContext* context, in ResizeOutputTensors() function in tflite::HexagonDelegateKernel
197 return ResizeOutputTensors(context, node); in Prepare()