Home
last modified time | relevance | path

Searched defs:UploadWeights (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.h98 void ConvolutionTransposed::UploadWeights( in UploadWeights() function
141 void ConvolutionTransposed::UploadWeights( in UploadWeights() function
Dconv_powervr.h255 void ConvPowerVR::UploadWeights(const tflite::gpu::Tensor<OHWI, T>& weights) { in UploadWeights() function
299 void ConvPowerVR::UploadWeights(const tflite::gpu::Tensor<OHWDI, T>& weights) { in UploadWeights() function
Dconv_buffer_1x1.h126 void ConvBuffer1x1::UploadWeights(const tflite::gpu::Tensor<OHWI, T>& weights) { in UploadWeights() function
Dfully_connected.h148 void FullyConnected::UploadWeights(const tflite::gpu::Tensor<OHWI, T>& weights, in UploadWeights() function
Dconvolution_transposed_3x3_thin.cc203 void ConvolutionTransposed3x3Thin::UploadWeights( in UploadWeights() function in tflite::gpu::ConvolutionTransposed3x3Thin
Dconvolution_transposed_4x4.cc391 void ConvolutionTransposed4x4::UploadWeights( in UploadWeights() function in tflite::gpu::ConvolutionTransposed4x4
Dconvolution_transposed_3x3.cc387 void ConvolutionTransposed3x3::UploadWeights( in UploadWeights() function in tflite::gpu::ConvolutionTransposed3x3
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Dfc_fc_add.h125 void FCFCAdd::UploadWeights(const tflite::gpu::Tensor<OHWI, T>& weights, in UploadWeights() function
Ddepthwise_conv_plus_1x1_conv.cc27 void UploadWeights(const DepthwiseConvolution2DAttributes& dw_attr, in UploadWeights() function