Searched refs:old_dtype (Results 1 – 2 of 2) sorted by relevance
52 const DataType old_dtype = old_const_node.attr().at("dtype").type(); in RoundWeights() local63 if ((old_dtype != DT_FLOAT) || (num_elements < 16)) { in RoundWeights()
55 const DataType old_dtype = old_const_node.attr().at("dtype").type(); in QuantizeWeights() local64 if ((old_dtype != DT_FLOAT) || (num_elements < minimum_size)) { in QuantizeWeights()