Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc360 TfLiteIntArray* hwcn_weights_size = TfLiteIntArrayCreate(2); in Prepare() local
367 hwcn_weights_size->data[0] = (filter_height * filter_width * input_depth); in Prepare()
368 hwcn_weights_size->data[1] = channels_out; in Prepare()
376 context->ResizeTensor(context, hwcn_weights, hwcn_weights_size); in Prepare()