DetachΒΆ
Returns a new Tensor, detached from the current graph. The result will never require gradient.
Abstract Signature:
Detach(input: Tensor)
NumPy
API:
βStrategy: Macro '{input}'
Returns a new Tensor, detached from the current graph. The result will never require gradient.
Abstract Signature:
Detach(input: Tensor)
β