Type Definition tensorflow::Result [] [src]

type Result<T> = Result<T, Status>;

Convenience type for Result with Status as the error type.