Searched refs:node_body (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 709 string node_body = "ROOT"; in DumpRootTag() local 723 to_id, node_body, node_shape, NodeColorAttributes(color)); in DumpRootTag() 810 string node_body = node_label; in DumpInstruction() local 814 StrAppend(&node_body, "<br/>", s); in DumpInstruction() 820 InstructionId(instr), node_body, node_shape, node_metadata, in DumpInstruction()
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | control_flow_deprecated_py2.py | 260 node_body = ast_util.rename_symbols(node.body, alias_body_map) 305 body=node_body,
|