Searched defs:weights_are_buffer (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | depthwise_conv_3x3.cc | 28 bool weights_are_buffer, in DepthwiseConv3x3() 55 const OperationDef& op_def, bool weights_are_buffer, in GenerateDepthwiseConvCode() 314 bool weights_are_buffer = !gpu_info.SupportsImages() || in CreateDepthwiseConv3x3() local
|
D | convolution_transposed.cc | 34 const GpuInfo& gpu_info, bool weights_are_buffer) in ConvolutionTransposed() 80 bool weights_are_buffer) in ConvolutionTransposed() 129 bool weights_are_buffer, const int4& block_size) { in GenerateConvolutionTransposedCode() 581 const bool weights_are_buffer = gpu_info.IsMali() || gpu_info.IsApple(); in CreateConvolutionTransposed() local 598 const bool weights_are_buffer = gpu_info.IsMali() || gpu_info.IsApple(); in CreateConvolutionTransposed3D() local 615 const bool weights_are_buffer = gpu_info.IsMali(); in CreateConvolutionTransposedDynamicWeights() local
|
D | depthwise_conv.cc | 71 bool weights_are_buffer, bool dynamic_weights, GPUOperation* op) { in GenerateDepthwiseConvolutionCode() 239 bool weights_are_buffer = in CreateDepthwiseConvolution2D() local 303 bool weights_are_buffer = in CreateDepthwiseConvolution3D() local
|
D | depthwise_conv_3x3_stride_h2.cc | 28 bool weights_are_buffer, in GetKernelDepthWiseConv3x3StrideH2() 211 bool weights_are_buffer = !gpu_info.SupportsImages() || in CreateDepthWiseConv3x3StrideH2() local
|
D | convolution_transposed.h | 99 const tflite::gpu::Tensor<OHWI, T>& weights, bool weights_are_buffer) { in UploadWeights() 142 const tflite::gpu::Tensor<OHWDI, T>& weights, bool weights_are_buffer) { in UploadWeights()
|
D | depthwise_conv.h | 67 bool weights_are_buffer, in UploadWeightsForDWConv2D() 141 bool weights_are_buffer, in UploadWeightsForDWConv3D()
|
D | fully_connected.cc | 86 const bool weights_are_buffer = UseBufferForWeights(gpu_info); in GetFullyConnectedKernelCode() local
|
D | depthwise_conv_3x3.h | 79 const tflite::gpu::Tensor<Linear, T>& biases, bool weights_are_buffer) { in UploadWeightsAndBiases()
|
D | depthwise_conv_3x3_stride_h2.h | 73 const tflite::gpu::Tensor<Linear, T>& biases, bool weights_are_buffer) { in UploadWeightsAndBiases()
|
D | fully_connected.h | 149 bool weights_are_buffer) { in UploadWeights()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
D | fc_fc_add.cc | 79 const bool weights_are_buffer = UseBufferForWeights(gpu_info); in GetFCFCAddKernelCode() local
|
D | fc_fc_add.h | 126 const std::string& name, bool weights_are_buffer) { in UploadWeights()
|