Development documentation · 0.2.3 30c2f8ba · Intro examples tested with 0.2.3 · Version details · Known limitations

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)#

Convert a time series to a TensorFlow tensor.

gwexpy.interop.tensorflow_.from_tf(cls, tensor, t0, dt, unit=None)#

Create a time series from a TensorFlow tensor.