Searched refs:ResizeOutputTensors (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | split.cc | 51 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()
|
D | split_v.cc | 64 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/ |
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_encoder3s.cc | 60 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()
|
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()
|