Type Definition tensorflow::Result

source ·
pub type Result<T> = Result<T, Status>;
Expand description

Convenience type for Result with Status as the error type.