/external/tensorflow/tensorflow/lite/kernels/ |
D | where.cc | 30 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 77 return ResizeOutputTensor(context, cond_tensor, output); in Prepare() 87 ResizeOutputTensor(context, cond_tensor, output)); in Eval()
|
D | transpose.cc | 45 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 83 return ResizeOutputTensor(context, &op_context); in Prepare() 92 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
|
D | resize_bilinear.cc | 39 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 73 return ResizeOutputTensor(context, input, size, output); in Prepare() 87 ResizeOutputTensor(context, input, size, output)); in Eval()
|
D | resize_nearest_neighbor.cc | 39 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 71 return ResizeOutputTensor(context, input, size, output); in Prepare() 85 ResizeOutputTensor(context, input, size, output)); in Eval()
|
D | batch_to_space_nd.cc | 56 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 115 return ResizeOutputTensor(context, &op_context); in Prepare() 124 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
|
D | space_to_batch_nd.cc | 56 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 104 return ResizeOutputTensor(context, &op_context); in Prepare() 113 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
|
D | one_hot.cc | 104 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 155 return ResizeOutputTensor(context, op_context); in Prepare() 162 ResizeOutputTensor(context, op_context); in Eval()
|
D | transpose_conv.cc | 73 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 166 TF_LITE_ENSURE_STATUS(ResizeOutputTensor(context, output_shape, output)); in Prepare() 190 ResizeOutputTensor(context, output_shape, output)); in Eval()
|
D | strided_slice.cc | 102 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 175 return ResizeOutputTensor(context, &op_context); in Prepare() 183 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
|
D | pad.cc | 70 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 116 return ResizeOutputTensor(context, &op_context); in Prepare() 130 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
|
D | reduce.cc | 92 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, OpContext* op_context) { in ResizeOutputTensor() function 224 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in PrepareSimple() 282 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in EvalMean() 411 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, op_context)); in EvalLogic() 539 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in EvalSum()
|
/external/libtextclassifier/utils/tflite/ |
D | text_encoder.cc | 140 ResizeOutputTensor(max_output_length, in ResizeOutputTensors() 146 ResizeOutputTensor( in ResizeOutputTensors() 154 ResizeOutputTensor( in ResizeOutputTensors()
|
D | token_encoder.cc | 59 ResizeOutputTensor( in ResizeOutputTensors() 67 ResizeOutputTensor( in ResizeOutputTensors()
|
D | encoder_common.h | 52 TfLiteStatus ResizeOutputTensor(const int max_output_length,
|
D | encoder_common.cc | 92 TfLiteStatus ResizeOutputTensor(const int max_output_length, in ResizeOutputTensor() function
|