MCPcopy Create free account
hub / github.com/alibaba/nann / _add_main_menu

Function _add_main_menu

tensorflow/tensorflow/python/debug/cli/analyzer_cli.py:61–127  ·  view source on GitHub ↗

Generate main menu for the screen output from a command. Args: output: (debugger_cli_common.RichTextLines) the output object to modify. node_name: (str or None) name of the node involved (if any). If None, the menu items node_info, list_inputs and list_outputs will be automati

(output,
                   node_name=None,
                   enable_list_tensors=True,
                   enable_node_info=True,
                   enable_print_tensor=True,
                   enable_list_inputs=True,
                   enable_list_outputs=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

list_tensorsMethod · 0.85
node_infoMethod · 0.85
list_inputsMethod · 0.85
print_tensorMethod · 0.85
list_outputsMethod · 0.85
print_sourceMethod · 0.85
list_sourceMethod · 0.85

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected