Home
last modified time | relevance | path

Searched refs:old_dtype (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dround_weights.cc52 const DataType old_dtype = old_const_node.attr().at("dtype").type(); in RoundWeights() local
63 if ((old_dtype != DT_FLOAT) || (num_elements < 16)) { in RoundWeights()
Dquantize_weights.cc55 const DataType old_dtype = old_const_node.attr().at("dtype").type(); in QuantizeWeights() local
64 if ((old_dtype != DT_FLOAT) || (num_elements < minimum_size)) { in QuantizeWeights()