Home
last modified time | relevance | path

Searched refs:ResizeOutput (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dfill.cc49 TfLiteStatus ResizeOutput(TfLiteContext* context, const TfLiteTensor* dims, in ResizeOutput() function
89 TF_LITE_ENSURE_OK(context, ResizeOutput(context, dims, output)); in Prepare()
103 TF_LITE_ENSURE_OK(context, ResizeOutput(context, dims, output)); in Eval()
Dreshape.cc31 TfLiteStatus ResizeOutput(TfLiteContext* context, TfLiteNode* node, in ResizeOutput() function
122 context, ResizeOutput(context, node, GetOutputShape(context, node))); in Prepare()
139 context, ResizeOutput(context, node, GetOutputShape(context, node))); in Eval()
Drange.cc47 TfLiteStatus ResizeOutput(TfLiteContext* context, const TfLiteTensor* start, in ResizeOutput() function
111 return ResizeOutput(context, start, limit, delta, output); in Prepare()
141 ResizeOutput(context, start, limit, delta, output)); in Eval()
Darg_min_max.cc32 TfLiteStatus ResizeOutput(TfLiteContext* context, const TfLiteTensor* input, in ResizeOutput() function
98 TF_LITE_ENSURE_STATUS(ResizeOutput(context, input, axis, output)); in Prepare()
120 TF_LITE_ENSURE_STATUS(ResizeOutput(context, input, axis, output)); in Eval()
Dtile.cc46 TfLiteStatus ResizeOutput(TfLiteContext* context, TfLiteNode* node) { in ResizeOutput() function
156 TF_LITE_ENSURE_OK(context, ResizeOutput(context, node)); in Prepare()
169 TF_LITE_ENSURE_OK(context, ResizeOutput(context, node)); in Eval()
Dtopk_v2.cc32 TfLiteStatus ResizeOutput(TfLiteContext* context, TfLiteNode* node) { in ResizeOutput() function
175 TF_LITE_ENSURE_OK(context, ResizeOutput(context, node)); in Prepare()
189 TF_LITE_ENSURE_OK(context, ResizeOutput(context, node)); in Eval()