Home
last modified time | relevance | path

Searched refs:input_lists (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py1127 input_lists = [self._debug_graphs[device_name].node_inputs]
1129 input_lists.append(self._debug_graphs[device_name].node_ctrl_inputs)
1131 input_lists.append(
1134 input_lists,
1202 input_lists = [self._debug_graphs[dst_device_name].node_inputs]
1205 input_lists.append(debug_graph.node_ctrl_inputs)
1207 input_lists.append(debug_graph.node_reversed_ref_inputs)
1209 input_lists,
Ddebug_graphs.py150 input_lists, argument
170 self._input_lists = input_lists
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparallel_interleave_test.py122 input_lists=[[[4, 4, 4, 4], [5, 5, 5, 5, 5], [6, 6, 6, 6, 6, 6],
131 input_lists=[[[4, 4, 4, 4], [5, 5, 5, 5, 5], [6, 6, 6, 6, 6, 6],
139 input_lists=[[[4] * 4, [5] * 5, [6] * 6] * 2],
147 input_lists=[[[4, 4, 4, 4], [], [6, 6, 6, 6, 6, 6], [4, 4, 4, 4],
154 def testPythonImplementation(self, input_lists, expected_elements, argument
158 self._interleave(input_lists, cycle_length, block_length))):
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dinterleave_test.py148 input_lists = _repeat(input_values, 2)
151 expected_elements, _interleave(input_lists, cycle_length,