Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dunpack.cc79 TfLiteIntArray* copied_output_shape = TfLiteIntArrayCopy(output_shape); in Prepare() local
83 context, context->ResizeTensor(context, output, copied_output_shape)); in Prepare()