Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.h77 const bool fp32_weights = precision == CalculationsPrecision::F32; in UploadWeightsForDWConv2D() local
152 const bool fp32_weights = precision == CalculationsPrecision::F32; in UploadWeightsForDWConv3D() local
Ddepthwise_conv_3x3.h84 const bool fp32_weights = definition_.precision == CalculationsPrecision::F32; in UploadWeightsAndBiases() local
Ddepthwise_conv_3x3_stride_h2.h78 const bool fp32_weights = definition_.precision == CalculationsPrecision::F32; in UploadWeightsAndBiases() local
/external/XNNPACK/test/
Dprelu-nc.cc111 TEST(PRELU_NC_F16, fp32_weights) { in TEST() argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.cc93 const bool fp32_weights = precision == CalculationsPrecision::F32; in UploadWeights() local