/external/tensorflow/tensorflow/lite/kernels/ |
D | where.cc | 32 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 83 return ResizeOutputTensor(context, cond_tensor, output); in Prepare() 96 ResizeOutputTensor(context, cond_tensor, output)); in Eval()
|
D | broadcast_to.cc | 47 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()
|
D | segment_sum.cc | 33 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()
|
D | transpose.cc | 48 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()
|
D | resize_bilinear.cc | 44 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 95 return ResizeOutputTensor(context, input, size, output); in Prepare() 113 ResizeOutputTensor(context, input, size, output)); in Eval()
|
D | batch_to_space_nd.cc | 56 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()
|
D | resize_nearest_neighbor.cc | 46 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 84 return ResizeOutputTensor(context, input, size, output); in Prepare() 102 ResizeOutputTensor(context, input, size, output)); in Eval()
|
D | space_to_batch_nd.cc | 57 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()
|
D | one_hot.cc | 106 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, in ResizeOutputTensor() function 160 return ResizeOutputTensor(context, op_context); in Prepare() 167 ResizeOutputTensor(context, op_context); in Eval()
|
D | scatter_nd.cc | 36 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()
|
D | strided_slice.cc | 102 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()
|
D | pad.cc | 75 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()
|
D | reduce.cc | 98 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()
|
D | batch_matmul.cc | 99 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/ |
D | transpose.cc | 48 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/ |
D | text_encoder.cc | 141 ResizeOutputTensor(max_output_length, in ResizeOutputTensors() 147 ResizeOutputTensor( in ResizeOutputTensors() 155 ResizeOutputTensor( in ResizeOutputTensors()
|
D | encoder_common.h | 52 TfLiteStatus ResizeOutputTensor(const int max_output_length,
|
D | token_encoder.cc | 59 ResizeOutputTensor( in ResizeOutputTensors() 67 ResizeOutputTensor( in ResizeOutputTensors()
|
D | encoder_common.cc | 92 TfLiteStatus ResizeOutputTensor(const int max_output_length, in ResizeOutputTensor() function
|