Home
last modified time | relevance | path

Searched defs:float4_size (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.h78 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsForDWConv2D() local
153 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsForDWConv3D() local
Ddepthwise_conv_3x3.h85 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsAndBiases() local
Ddepthwise_conv_3x3_stride_h2.h79 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsAndBiases() local
Dconv_buffer_1x1.h131 const int float4_size = f32_weights ? sizeof(float4) : sizeof(half4); in UploadWeights() local
Dconvolution_transposed.h154 const int float4_size = f32_weights ? 16 : 8; in UploadWeights() local
Dfully_connected.h156 const int float4_size = f32_weights ? 16 : 8; in UploadWeights() local
Dconv_powervr.h309 const int float4_size = f32_weights ? 16 : 8; in UploadWeights() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dlinear_storage.cc85 const int float4_size = desc.element_type == DataType::FLOAT32 in CreateFromTensorLinearDescriptor() local
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dlinear_storage.cc85 const int float4_size = desc.element_type == DataType::FLOAT32 in CreateFromTensorLinearDescriptor() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Dfc_fc_add.h133 const int float4_size = f32_weights ? 16 : 8; in UploadWeights() local