description: Returns a copy of the input tensor.
robots: noindex
Returns a copy of the input tensor.
tf.raw_ops.Snapshot(
input, name=None
)
Args | |
---|---|
input
|
A Tensor .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor . Has the same type as input .
|