Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dtensor_format.py77 np_printoptions=None, argument
153 if np_printoptions is not None:
154 np.set_printoptions(**np_printoptions)
163 array_lines, tensor, np_printoptions=np_printoptions)
203 array_lines, tensor, np_printoptions=None, offset=0): argument
233 if np_printoptions and "edgeitems" in np_printoptions:
234 edge_items = np_printoptions["edgeitems"]
Dcli_shared.py152 np_printoptions, argument
204 np_printoptions["threshold"] = value.size
206 np_printoptions["threshold"] = DEFAULT_NDARRAY_DISPLAY_THRESHOLD
214 np_printoptions=np_printoptions,
Dstepper_cli.py521 np_printoptions = {"linewidth": screen_info["cols"]}
523 np_printoptions = {}
549 np_printoptions,
568 np_printoptions = {"linewidth": screen_info["cols"]}
570 np_printoptions = {}
597 np_printoptions=np_printoptions).lines
Dtensor_format_test.py154 a, tensor_name, np_printoptions={"linewidth": 40})
162 a, "%s:%s" % (tensor_name, debug_op), np_printoptions={"linewidth": 40})
172 a, "a", np_printoptions={"linewidth": 40})
224 a, "a", np_printoptions={"linewidth": 50})
309 a, "a", False, np_printoptions={"threshold": 100, "edgeitems": 2})
368 a, "a", np_printoptions={"linewidth": 40})
392 a, "a", np_printoptions={"linewidth": 40})
404 a, "a", np_printoptions={"linewidth": 40})
431 a, "a", np_printoptions={"linewidth": 100})
498 a, "a", False, np_printoptions={"threshold": 100, "edgeitems": 2})
[all …]
Danalyzer_cli.py929 np_printoptions = cli_shared.numpy_printoptions_from_screen_info(
997 np_printoptions,
1045 np_printoptions,
1095 np_printoptions = cli_shared.numpy_printoptions_from_screen_info(
1100 np_printoptions,
/external/tensorflow/tensorflow/python/debug/wrappers/
Dlocal_cli_wrapper.py488 np_printoptions = cli_shared.numpy_printoptions_from_screen_info(
516 np_printoptions,