gwexpy.interop.tensorflow_

TensorFlow interop helpers.

Functions

from_tf(cls, tensor, t0, dt[, unit])

Create a time series from a TensorFlow tensor.

to_tf(ts[, dtype])

Convert a time series to a TensorFlow tensor.

gwexpy.interop.tensorflow_.to_tf(ts, dtype=None)[source]

Convert a time series to a TensorFlow tensor.

gwexpy.interop.tensorflow_.from_tf(cls, tensor, t0, dt, unit=None)[source]

Create a time series from a TensorFlow tensor.