这是indexloc提供的服务,不要输入任何密码

Type Definition tensorflow::Result

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

Convenience type for Result with Status as the error type.