Searched refs:fp32_weights (Results 1 – 4 of 4) sorted by relevance
77 const bool fp32_weights = precision == CalculationsPrecision::F32; in UploadWeightsForDWConv2D() local78 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsForDWConv2D()82 if (fp32_weights) { in UploadWeightsForDWConv2D()92 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeightsForDWConv2D()99 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeightsForDWConv2D()152 const bool fp32_weights = precision == CalculationsPrecision::F32; in UploadWeightsForDWConv3D() local153 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsForDWConv3D()157 if (fp32_weights) { in UploadWeightsForDWConv3D()167 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeightsForDWConv3D()175 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeightsForDWConv3D()
78 const bool fp32_weights = definition_.precision == CalculationsPrecision::F32; in UploadWeightsAndBiases() local79 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsAndBiases()82 if (fp32_weights) { in UploadWeightsAndBiases()94 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeightsAndBiases()102 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeightsAndBiases()
84 const bool fp32_weights = definition_.precision == CalculationsPrecision::F32; in UploadWeightsAndBiases() local85 const int float4_size = fp32_weights ? 16 : 8; in UploadWeightsAndBiases()88 if (fp32_weights) { in UploadWeightsAndBiases()100 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeightsAndBiases()108 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeightsAndBiases()
92 const bool fp32_weights = precision == CalculationsPrecision::F32; in UploadWeights() local93 const int float_size = fp32_weights ? 4 : 2; in UploadWeights()95 desc.element_type = fp32_weights ? DataType::FLOAT32 : DataType::FLOAT16; in UploadWeights()101 if (fp32_weights) { in UploadWeights()