Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.h106 void UploadWeightsForDWConv2D(const tflite::gpu::Tensor<OHWI, T>& weights,
146 void DepthwiseConv::UploadWeightsForDWConv2D( in UploadWeightsForDWConv2D() function
Ddepthwise_conv.cc421 op.UploadWeightsForDWConv2D(attr.weights, weights_are_buffer); in CreateDepthwiseConvolution2D()