Searched refs:fallback_max_node (Results 1 – 1 of 1) sorted by relevance
858 NodeDef fallback_max_node; in QuantizeNodes() local859 fallback_max_node.set_op("Const"); in QuantizeNodes()860 fallback_max_node.set_name(quantized_main_node.name() + in QuantizeNodes()862 SetNodeAttr("dtype", DT_FLOAT, &fallback_max_node); in QuantizeNodes()866 &fallback_max_node); in QuantizeNodes()867 new_nodes->push_back(fallback_max_node); in QuantizeNodes()870 requantize_max_input = fallback_max_node.name(); in QuantizeNodes()