Searched refs:np_printoptions (Results 1 – 5 of 5) 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 | 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}) 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 …]
|
D | analyzer_cli.py | 928 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/ |
D | local_cli_wrapper.py | 488 np_printoptions = cli_shared.numpy_printoptions_from_screen_info( 516 np_printoptions,
|