Searched refs:locate_tensor_element (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format_test.py | 105 tensor_format.locate_tensor_element(out, subscripts)) 378 tensor_format.locate_tensor_element(out, [20]) 382 tensor_format.locate_tensor_element(out, [-1]) 386 tensor_format.locate_tensor_element(out, [0, 0]) 411 tensor_format.locate_tensor_element(out, [[0, 0], [0]]) 415 tensor_format.locate_tensor_element(out, [[0], [20]]) 419 tensor_format.locate_tensor_element(out, [[0], [-1]]) 423 tensor_format.locate_tensor_element(out, [[5], [0]]) 452 tensor_format.locate_tensor_element(out, [1, 4]) 456 tensor_format.locate_tensor_element(out, [-1, 2]) [all …]
|
D | tensor_format.py | 185 are_omitted, rows, start_cols, end_cols = locate_tensor_element( 282 def locate_tensor_element(formatted, indices): function
|
D | curses_ui.py | 710 omitted, line_index, _, _ = tensor_format.locate_tensor_element(
|