Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/contrib/
H A D_tensorboard_vis.py54 def visualize_graph_executor(state, name_prefix, pb_graph, inline_graph): argument
94 return inline_graph(state.graph, name_prefix + 'original/')
99 def inline_graph(subgraph, name, node): function
118 inline_graph(node.g('Subgraph'), name + '/', node)
127 partial(inline_graph, node=node))