Searched refs:UploadWeightsAndBiases (Results 1 – 4 of 4) sorted by relevance
59 void UploadWeightsAndBiases(const tflite::gpu::Tensor<OHWI, T>& weights,71 void DepthWiseConv3x3StrideH2::UploadWeightsAndBiases( in UploadWeightsAndBiases() function
56 void UploadWeightsAndBiases(const tflite::gpu::Tensor<OHWI, T>& weights,77 void DepthwiseConv3x3::UploadWeightsAndBiases( in UploadWeightsAndBiases() function
230 desc.UploadWeightsAndBiases(attr.weights, attr.bias, weights_are_buffer); in CreateDepthWiseConv3x3StrideH2()
320 result.UploadWeightsAndBiases(attr.weights, attr.bias, weights_are_buffer); in CreateDepthwiseConv3x3()