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)) 377 tensor_format.locate_tensor_element(out, [20]) 380 tensor_format.locate_tensor_element(out, [-1]) 383 tensor_format.locate_tensor_element(out, [0, 0]) 408 tensor_format.locate_tensor_element(out, [[0, 0], [0]]) 411 tensor_format.locate_tensor_element(out, [[0], [20]]) 415 tensor_format.locate_tensor_element(out, [[0], [-1]]) 419 tensor_format.locate_tensor_element(out, [[5], [0]]) 447 tensor_format.locate_tensor_element(out, [1, 4]) 450 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(
|