若API未标明支持情况,则代表该API的支持情况待验证。
API名称 |
是否支持 |
限制与说明 |
---|---|---|
torch.fx.symbolic_trace |
||
torch.fx.wrap |
||
torch.fx.GraphModule |
||
torch.fx.GraphModule.__init__ |
||
torch.fx.GraphModule.add_submodule |
||
torch.fx.GraphModule.delete_all_unused_submodules |
||
torch.fx.GraphModule.delete_submodule |
||
torch.fx.GraphModule.print_readable |
否 |
|
torch.fx.GraphModule.recompile |
||
torch.fx.GraphModule.to_folder |
||
torch.fx.Graph |
||
torch.fx.Graph.__init__ |
||
torch.fx.Graph.call_function |
||
torch.fx.Graph.call_method |
||
torch.fx.Graph.call_module |
||
torch.fx.Graph.create_node |
||
torch.fx.Graph.eliminate_dead_code |
||
torch.fx.Graph.erase_node |
||
torch.fx.Graph.get_attr |
||
torch.fx.Graph.graph_copy |
||
torch.fx.Graph.inserting_after |
||
torch.fx.Graph.inserting_before |
||
torch.fx.Graph.lint |
||
torch.fx.Graph.node_copy |
||
torch.fx.Graph.on_generate_code |
||
torch.fx.Graph.output |
||
torch.fx.Graph.placeholder |
||
torch.fx.Graph.print_tabular |
||
torch.fx.Graph.process_inputs |
否 |
|
torch.fx.Graph.process_outputs |
否 |
|
torch.fx.Graph.python_code |
||
torch.fx.Graph.set_codegen |
否 |
|
torch.fx.Node |
||
torch.fx.Node.append |
||
torch.fx.Node.format_node |
||
torch.fx.Node.is_impure |
||
torch.fx.Node.normalized_arguments |
||
torch.fx.Node.prepend |
||
torch.fx.Node.replace_all_uses_with |
||
torch.fx.Node.replace_input_with |
||
torch.fx.Node.update_arg |
||
torch.fx.Node.update_kwarg |
||
torch.fx.Tracer |
||
torch.fx.Tracer.call_module |
||
torch.fx.Tracer.create_arg |
||
torch.fx.Tracer.create_args_for_root |
||
torch.fx.Tracer.create_node |
||
torch.fx.Tracer.create_proxy |
||
torch.fx.Tracer.getattr |
否 |
|
torch.fx.Tracer.is_leaf_module |
||
torch.fx.Tracer.iter |
||
torch.fx.Tracer.keys |
||
torch.fx.Tracer.path_of_module |
||
torch.fx.Tracer.proxy |
||
torch.fx.Tracer.to_bool |
||
torch.fx.Tracer.trace |
||
torch.fx.Proxy |
||
torch.fx.Interpreter |
||
torch.fx.Interpreter.call_function |
||
torch.fx.Interpreter.call_method |
||
torch.fx.Interpreter.call_module |
||
torch.fx.Interpreter.fetch_args_kwargs_from_env |
||
torch.fx.Interpreter.fetch_attr |
||
torch.fx.Interpreter.get_attr |
||
torch.fx.Interpreter.map_nodes_to_values |
||
torch.fx.Interpreter.output |
||
torch.fx.Interpreter.placeholder |
||
torch.fx.Interpreter.run |
||
torch.fx.Interpreter.run_node |
||
torch.fx.Transformer |
||
torch.fx.Transformer.call_function |
||
torch.fx.Transformer.call_module |
||
torch.fx.Transformer.get_attr |
||
torch.fx.Transformer.placeholder |
||
torch.fx.Transformer.transform |
||
torch.fx.replace_pattern |