Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dsplit.cc51 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors() function
100 return ResizeOutputTensors(context, node, op_context.axis, op_context.input, in Prepare()
115 ResizeOutputTensors(context, node, op_context.axis, op_context.input, in Eval()
Dsplit_v.cc64 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors() function
155 return ResizeOutputTensors(context, node, op_context.input, in Prepare()
170 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_encoder3s.cc60 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node, in ResizeOutputTensors() function
130 return ResizeOutputTensors(context, node, output_length.data.i64[0]); in Prepare()
164 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()