Type Definition tensorflow::Result
source · pub type Result<T> = Result<T, Status>;
Expand description
Convenience type for Result
with Status
as the error type.
pub type Result<T> = Result<T, Status>;
Convenience type for Result
with Status
as the error type.