Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Ddepthwise_conv.h155 const bool fp32_weights = definition_.precision == CalculationsPrecision::F32; in UploadWeightsForDWConv2D() local
227 const bool fp32_weights = definition_.precision == CalculationsPrecision::F32; in UploadWeightsForDWConv3D() local
H A Ddepthwise_conv_3x3.h87 const bool fp32_weights = definition_.precision == CalculationsPrecision::F32; in UploadWeightsAndBiases() local
H A Ddepthwise_conv_3x3_stride_h2.h80 const bool fp32_weights = definition_.precision == CalculationsPrecision::F32; in UploadWeightsAndBiases() local
/aosp_15_r20/external/XNNPACK/test/
H A Dprelu-nc.cc120 TEST(PRELU_NC_F16, fp32_weights) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
H A Ddepthwise_conv_plus_1x1_conv.cc164 const bool fp32_weights = op_def_.precision == CalculationsPrecision::F32; in CreateConstantsGpuBuffer() local