Module tensorflow::eager
source · Expand description
C API extensions to experiment with eager execution of kernels.
WARNING: The underlying C-API for the eager execution is not guaranteed to be stable and can be changed without notice, which could result in breaking.
This API requires the eager
feature to be enabled as follows:
[dependencies]
tensorflow = { version = "0.18", features = ["eager"] }
Modules
- This module contains raw_ops that correspond to
tf.raw_ops
.
Structs
- Context under which operations/functions are executed.
- Options that can be passed during context creation.
- A read-only tensor.
- A handle to a tensor on a device.
Traits
- A helper trait to convert a Tensor or some other types into a TensorHandle for use in eager execution.