Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3_stride_h2.h59 void UploadWeightsAndBiases(const tflite::gpu::Tensor<OHWI, T>& weights,
71 void DepthWiseConv3x3StrideH2::UploadWeightsAndBiases( in UploadWeightsAndBiases() function
Ddepthwise_conv_3x3.h56 void UploadWeightsAndBiases(const tflite::gpu::Tensor<OHWI, T>& weights,
77 void DepthwiseConv3x3::UploadWeightsAndBiases( in UploadWeightsAndBiases() function
Ddepthwise_conv_3x3_stride_h2.cc230 desc.UploadWeightsAndBiases(attr.weights, attr.bias, weights_are_buffer); in CreateDepthWiseConv3x3StrideH2()
Ddepthwise_conv_3x3.cc320 result.UploadWeightsAndBiases(attr.weights, attr.bias, weights_are_buffer); in CreateDepthwiseConv3x3()