Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Ddepthwise_conv.h156 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsForDWConv2D() local
228 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsForDWConv3D() local
H A Ddepthwise_conv_3x3.h88 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsAndBiases() local
H A Ddepthwise_conv_3x3_stride_h2.h81 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsAndBiases() local
H A Dfully_connected.h165 const int float4_size = f32_weights ? 16 : 8; in UploadWeights() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
H A Dfc_fc_add.h147 const int float4_size = f32_weights ? 16 : 8; in UploadWeights() local