package tensorflow

  1. Overview
  2. Docs
type t = unit Ctypes.ptr
val t : t Ctypes.typ
val tf_newstatus : (unit -> t F.return) F.result
val tf_deletestatus : (t -> unit F.return) F.result
val tf_setstatus : (t -> int -> string -> unit F.return) F.result
val tf_getcode : (t -> int F.return) F.result
val tf_message : (t -> string F.return) F.result