Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/kernels/
Dconv.cc219 int temporaries_count = 0; in Prepare() local
221 data->im2col_index = temporaries_count; in Prepare()
222 ++temporaries_count; in Prepare()
225 data->hwcn_weights_index = temporaries_count; in Prepare()
226 ++temporaries_count; in Prepare()
230 node->temporaries = TfLiteIntArrayCreate(temporaries_count); in Prepare()