Module phi.tf.flow
Standard import for TensorFlow mode.
Extends the import from phi.flow import *
by TensorFlow-related functions and modules.
The following TensorFlow modules are included: tensorflow
/ tf
, keras
, layers
.
Importing this module registers the TensorFlow backend as the default backend unless called within a backend context.
New tensors created via phiml.math
functions will be backed by TensorFlow tensors.
See phi.flow
, phi.torch.flow
, phi.jax.flow
.