Searched refs:wino_biases (Results 1 – 1 of 1) sorted by relevance
1150 tflite::gpu::Tensor<Linear, DataType::FLOAT32> wino_biases; in CreateConvolutionMetalWino4x4To6x6() local1152 wino_biases.shape = Linear(attr.weights.shape.o); in CreateConvolutionMetalWino4x4To6x6()1153 wino_biases.data.resize(attr.weights.shape.o, 0.0f); in CreateConvolutionMetalWino4x4To6x6()1168 wino_biases, weights_type, in CreateConvolutionMetalWino4x4To6x6()