Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Drnn.py41 _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),
Drnn_cell_impl.py111 def _concat(prefix, suffix, static=False): function
175 c = _concat(batch_size, s)
178 c_static = _concat(batch_size, s, static=True)
Dvariables.py2542 def _concat(self): member in PartitionedVariable
2581 return self._concat()
/external/tensorflow/tensorflow/python/kernel_tests/
Dpartitioned_variables_test.py590 value = var_x._concat() # pylint: disable=protected-access