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

Structs

Traits

  • A helper trait to convert a Tensor or some other types into a TensorHandle for use in eager execution.