batch_size.md 559 B

dragnn_ops.batch_size(handle, component=None, name=None)

dragnn_ops.batch_size(handle, component=None, name=None)

Defined in tensorflow/dragnn/core/ops/gen_dragnn_ops.py.

Given a handle to a ComputeSession, returns the batch size of the given component.

Args:

  • handle: A Tensor of type string. handle to a ComputeSession.
  • component: An optional string. Defaults to "".
  • name: A name for the operation (optional).

Returns:

A Tensor of type int32. size of the given component's batch.