Computes the static batch size of a dataset sans partial batches.
tf.raw_ops.ComputeBatchSize(
input_dataset, name=None
)
Args | |
---|---|
input_dataset
|
A Tensor of type variant .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type int64 .
|