Searched refs:_concat (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | rnn.py | 41 _concat = rnn_cell_impl._concat variable 759 size = _concat(batch_size, size) 886 shape = _concat( 1140 array_ops.zeros(_concat(batch_size, size_i), dtype_i) 1354 size = _concat(batch_size, output_size) 1357 shape = _concat(tensor_shape.dimension_value(fixed_batch_size),
|
D | rnn_cell_impl.py | 111 def _concat(prefix, suffix, static=False): function 175 c = _concat(batch_size, s) 178 c_static = _concat(batch_size, s, static=True)
|
D | variables.py | 2542 def _concat(self): member in PartitionedVariable 2581 return self._concat()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | partitioned_variables_test.py | 590 value = var_x._concat() # pylint: disable=protected-access
|