Searched refs:hwcn_weights (Results 1 – 1 of 1) sorted by relevance
370 TfLiteTensor* hwcn_weights = in Prepare() local372 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() argument525 TfLiteTensor* hwcn_weights, TfLiteTensor* output) { in EvalFloat() argument572 filter_data = GetTensorData<float>(hwcn_weights); in EvalFloat()592 TfLiteTensor* hwcn_weights, TfLiteTensor* output) { in EvalHybrid() argument676 TfLiteTensor* hwcn_weights = in Eval() local682 TransposeFloatTensor(filter, hwcn_weights); in Eval()[all …]