Rate this Page

create_node_from_old_node_preserve_meta#

class torch.ao.quantization.fx.utils.create_node_from_old_node_preserve_meta(quantized_graph, create_node_args, old_node)[source]#

Creates new_node and copies the necessary metadata to it from old_node.

Return type:

Node