Searched refs:np_printoptions (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format.py | 77 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"]
|
D | cli_shared.py | 152 np_printoptions, argument 204 np_printoptions["threshold"] = value.size 206 np_printoptions["threshold"] = DEFAULT_NDARRAY_DISPLAY_THRESHOLD 214 np_printoptions=np_printoptions,
|
D | stepper_cli.py | 521 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
|
D | tensor_format_test.py | 154 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 …]
|
D | analyzer_cli.py | 929 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/ |
D | local_cli_wrapper.py | 488 np_printoptions = cli_shared.numpy_printoptions_from_screen_info( 516 np_printoptions,
|