Python wrappers
Public Python APIs implemented by this engine symbol.Alias for broadcast_to_op with reference framework's expand semantics.
Provided so callers porting from reference framework can keep the call site
unchanged. Behaviour is identical to broadcast_to_op.
See Also
broadcast_to_op.
Parameters
aTensorImplPtrInput tensor.
shapeShapeTarget shape (NumPy-broadcast-compatible with
a.shape).Returns
TensorImplPtrBroadcast tensor.