Home
last modified time | relevance | path

Searched refs:ResizeOutputTensor (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dwhere.cc30 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
77 return ResizeOutputTensor(context, cond_tensor, output); in Prepare()
87 ResizeOutputTensor(context, cond_tensor, output)); in Eval()
Dtranspose.cc45 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()
Dresize_bilinear.cc39 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
73 return ResizeOutputTensor(context, input, size, output); in Prepare()
87 ResizeOutputTensor(context, input, size, output)); in Eval()
Dresize_nearest_neighbor.cc39 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
71 return ResizeOutputTensor(context, input, size, output); in Prepare()
85 ResizeOutputTensor(context, input, size, output)); in Eval()
Dbatch_to_space_nd.cc56 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()
Dspace_to_batch_nd.cc56 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()
Done_hot.cc104 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
155 return ResizeOutputTensor(context, op_context); in Prepare()
162 ResizeOutputTensor(context, op_context); in Eval()
Dtranspose_conv.cc73 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()
Dstrided_slice.cc102 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()
Dpad.cc70 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()
Dreduce.cc92 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/
Dtext_encoder.cc140 ResizeOutputTensor(max_output_length, in ResizeOutputTensors()
146 ResizeOutputTensor( in ResizeOutputTensors()
154 ResizeOutputTensor( in ResizeOutputTensors()
Dtoken_encoder.cc59 ResizeOutputTensor( in ResizeOutputTensors()
67 ResizeOutputTensor( in ResizeOutputTensors()
Dencoder_common.h52 TfLiteStatus ResizeOutputTensor(const int max_output_length,
Dencoder_common.cc92 TfLiteStatus ResizeOutputTensor(const int max_output_length, in ResizeOutputTensor() function