Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dwhere.cc32 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
83 return ResizeOutputTensor(context, cond_tensor, output); in Prepare()
96 ResizeOutputTensor(context, cond_tensor, output)); in Eval()
Dbroadcast_to.cc47 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
105 return ResizeOutputTensor(context, &op_context); in Prepare()
115 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
Dsegment_sum.cc33 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
85 return ResizeOutputTensor(context, data, segment_ids, output); in Prepare()
101 ResizeOutputTensor(context, data, segment_ids, output)); in Eval()
Dtranspose.cc48 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
87 return ResizeOutputTensor(context, &op_context); in Prepare()
96 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
Dresize_bilinear.cc44 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
95 return ResizeOutputTensor(context, input, size, output); in Prepare()
113 ResizeOutputTensor(context, input, size, output)); in Eval()
Dbatch_to_space_nd.cc56 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
110 return ResizeOutputTensor(context, &op_context); in Prepare()
119 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
Dresize_nearest_neighbor.cc46 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
84 return ResizeOutputTensor(context, input, size, output); in Prepare()
102 ResizeOutputTensor(context, input, size, output)); in Eval()
Dspace_to_batch_nd.cc57 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
111 return ResizeOutputTensor(context, &op_context); in Prepare()
120 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
Done_hot.cc106 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
160 return ResizeOutputTensor(context, op_context); in Prepare()
167 ResizeOutputTensor(context, op_context); in Eval()
Dscatter_nd.cc36 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
115 return ResizeOutputTensor<int32_t>(context, shape, output); in Prepare()
148 ResizeOutputTensor<IndicesT>(context, shape, output)); in EvalScatterNd()
Dstrided_slice.cc102 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
182 return ResizeOutputTensor(context, &op_context); in Prepare()
190 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
Dpad.cc75 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
133 return ResizeOutputTensor(context, &op_context); in Prepare()
185 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
Dreduce.cc98 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, OpContext* op_context) { in ResizeOutputTensor() function
243 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in PrepareSimple()
386 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in EvalMean()
540 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, op_context)); in EvalLogic()
688 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in EvalSum()
Dbatch_matmul.cc99 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
382 ResizeOutputTensor(context, extended_lhs_shape, extended_rhs_shape, adj_x, in Prepare()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dtranspose.cc48 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
87 return ResizeOutputTensor(context, &op_context); in Prepare()
96 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
/external/libtextclassifier/native/utils/tflite/
Dtext_encoder.cc141 ResizeOutputTensor(max_output_length, in ResizeOutputTensors()
147 ResizeOutputTensor( in ResizeOutputTensors()
155 ResizeOutputTensor( in ResizeOutputTensors()
Dencoder_common.h52 TfLiteStatus ResizeOutputTensor(const int max_output_length,
Dtoken_encoder.cc59 ResizeOutputTensor( in ResizeOutputTensors()
67 ResizeOutputTensor( in ResizeOutputTensors()
Dencoder_common.cc92 TfLiteStatus ResizeOutputTensor(const int max_output_length, in ResizeOutputTensor() function