Searched refs:input_lists (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_data.py | 1127 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,
|
D | debug_graphs.py | 150 input_lists, argument 170 self._input_lists = input_lists
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parallel_interleave_test.py | 122 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/ |
D | interleave_test.py | 148 input_lists = _repeat(input_values, 2) 151 expected_elements, _interleave(input_lists, cycle_length,
|