Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc370 TfLiteTensor* hwcn_weights = in Prepare() local
372 hwcn_weights->type = input_type; in Prepare()
373 hwcn_weights->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
376 context->ResizeTensor(context, hwcn_weights, hwcn_weights_size); in Prepare()
423 TfLiteTensor* im2col, TfLiteTensor* hwcn_weights, in EvalQuantized() argument
525 TfLiteTensor* hwcn_weights, TfLiteTensor* output) { in EvalFloat() argument
572 filter_data = GetTensorData<float>(hwcn_weights); in EvalFloat()
592 TfLiteTensor* hwcn_weights, TfLiteTensor* output) { in EvalHybrid() argument
676 TfLiteTensor* hwcn_weights = in Eval() local
682 TransposeFloatTensor(filter, hwcn_weights); in Eval()
[all …]