Home
last modified time | relevance | path

Searched refs:np_printoptions (Results 1 – 5 of 5) 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,
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})
389 a, "a", np_printoptions={"linewidth": 40})
401 a, "a", np_printoptions={"linewidth": 40})
427 a, "a", np_printoptions={"linewidth": 100})
488 a, "a", False, np_printoptions={"threshold": 100, "edgeitems": 2})
[all …]
Danalyzer_cli.py928 np_printoptions = cli_shared.numpy_printoptions_from_screen_info(
996 np_printoptions,
1044 np_printoptions,
1094 np_printoptions = cli_shared.numpy_printoptions_from_screen_info(
1099 np_printoptions,
/external/tensorflow/tensorflow/python/debug/wrappers/
Dlocal_cli_wrapper.py488 np_printoptions = cli_shared.numpy_printoptions_from_screen_info(
516 np_printoptions,