Searched refs:ResizeOutput (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | fill.cc | 49 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()
|
D | reshape.cc | 31 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()
|
D | range.cc | 47 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()
|
D | arg_min_max.cc | 32 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()
|
D | tile.cc | 46 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()
|
D | topk_v2.cc | 32 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()
|