Searched refs:ResizeOutputTensors (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | split.cc | 51 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()
|
D | split_v.cc | 64 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/ |
D | token_encoder.cc | 55 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()
|
D | text_encoder.cc | 137 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/ |
D | hexagon_delegate_kernel.h | 76 TfLiteStatus ResizeOutputTensors(TfLiteContext* context, TfLiteNode* node);
|
D | hexagon_delegate_kernel.cc | 160 TfLiteStatus HexagonDelegateKernel::ResizeOutputTensors(TfLiteContext* context, in ResizeOutputTensors() function in tflite::HexagonDelegateKernel 197 return ResizeOutputTensors(context, node); in Prepare()
|