tf.contrib.rnn.best_effort_input_batch_size(flat_input)
Defined in tensorflow/python/ops/rnn.py
.
Get static input batch size if available, with fallback to the dynamic one.
flat_input
: An iterable of time major input Tensors of shape [max_time, batch_size, ...]
. All inputs should have compatible batch sizes.The batch size in Python integer if available, or a scalar Tensor otherwise.
ValueError
: if there is any input with an invalid shape.
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/best_effort_input_batch_size