Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dwhere.cc34 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
71 return ResizeOutputTensor<T>(context, cond_tensor, output); in PrepareOutput()
120 context, ResizeOutputTensor<bool>(context, cond_tensor, output)); in Eval()
124 context, ResizeOutputTensor<float>(context, cond_tensor, output)); in Eval()
128 context, ResizeOutputTensor<int64_t>(context, cond_tensor, output)); in Eval()
132 context, ResizeOutputTensor<int32_t>(context, cond_tensor, output)); in Eval()
136 context, ResizeOutputTensor<int8_t>(context, cond_tensor, output)); in Eval()
140 context, ResizeOutputTensor<uint8_t>(context, cond_tensor, output)); in Eval()
143 TF_LITE_ENSURE_OK(context, ResizeOutputTensor<uint32_t>( in Eval()
H A 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()
H A 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()
H A Dresize_bilinear.cc46 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
97 return ResizeOutputTensor(context, input, size, output); in Prepare()
115 ResizeOutputTensor(context, input, size, output)); in Eval()
H A 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()
H A Dbatch_to_space_nd.cc56 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()
H A Done_hot.cc111 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
165 return ResizeOutputTensor(context, op_context); in Prepare()
172 ResizeOutputTensor(context, op_context); in Eval()
H A Dspace_to_batch_nd.cc57 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
112 return ResizeOutputTensor(context, &op_context); in Prepare()
121 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
H A 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()
H A Dscatter_nd.cc36 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
116 return ResizeOutputTensor<int32_t>(context, shape, output); in Prepare()
148 ResizeOutputTensor<IndicesT>(context, shape, output)); in EvalScatterNd()
H A Dunsorted_segment.cc43 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
114 return ResizeOutputTensor(context, data, segment_ids, num_segments, output); in Prepare()
194 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, data, segment_ids, in EvalGeneric()
H A 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()
H A Dstrided_slice.cc186 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
263 return ResizeOutputTensor(context, &op_context); in Prepare()
271 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in Eval()
H A Dreduce.cc101 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, OpContext* op_context) { in ResizeOutputTensor() function
272 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in PrepareSimple()
506 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in EvalMean()
714 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, op_context)); in EvalType()
877 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context)); in EvalSum()
936 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, op_context)); in EvalQuantizedProd()
H A Dbatch_matmul.cc99 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
386 ResizeOutputTensor(context, extended_lhs_shape, extended_rhs_shape, adj_x, in Prepare()
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dtext_encoder.cc141 ResizeOutputTensor(max_output_length, in ResizeOutputTensors()
147 ResizeOutputTensor( in ResizeOutputTensors()
155 ResizeOutputTensor( in ResizeOutputTensors()
H A Dtoken_encoder.cc59 ResizeOutputTensor( in ResizeOutputTensors()
67 ResizeOutputTensor( in ResizeOutputTensors()
H A Dencoder_common.h52 TfLiteStatus ResizeOutputTensor(const int max_output_length,
H A Dencoder_common.cc103 TfLiteStatus ResizeOutputTensor(const int max_output_length, in ResizeOutputTensor() function
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dunsorted_segment.cc75 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function
146 return ResizeOutputTensor(context, data, segment_ids, num_segments, output); in Prepare()
226 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, data, segment_ids, in EvalGeneric()