description: Provides the time since epoch in seconds.

robots: noindex

tf.raw_ops.Timestamp

Provides the time since epoch in seconds.

Returns the timestamp as a float64 for seconds since the Unix epoch.

Note: the timestamp is computed when the op is executed, not when it is added to the graph.

name A name for the operation (optional).

A Tensor of type float64.