Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/kernels/
Dconv.cc263 TfLiteTensor* hwcn_weights = in Prepare() local
265 hwcn_weights->type = data_type; in Prepare()
266 hwcn_weights->allocation_type = kTfLiteDynamic; in Prepare()
270 if (hwcn_weights->data.raw) { in Prepare()
271 free(hwcn_weights->data.raw); in Prepare()
272 hwcn_weights->data.raw = nullptr; in Prepare()
279 context->ResizeTensor(context, hwcn_weights, hwcn_weights_size); in Prepare()
294 TfLiteTensor* im2col, TfLiteTensor* hwcn_weights, in EvalQuantized() argument
337 TfLiteTensor* hwcn_weights, TfLiteTensor* output) { in EvalFloat() argument
368 filter_data = GetTensorData<float>(hwcn_weights); in EvalFloat()
[all …]