package tensorflow

  1. Overview
  2. Docs
type t = unit Ctypes.ptr
val t : t Ctypes.typ
val tf_newgraph : (unit -> t F.return) F.result
val tf_deletegraph : (t -> unit F.return) F.result
val tf_graphimportgraphdef : (t -> Tf_buffer.t -> Tf_import_graph_def_options.t -> Tf_status.t -> unit F.return) F.result
val tf_graphoperationbyname : (t -> string -> Tf_operation.t F.return) F.result
val tf_graphgettensornumdims : (t -> Tf_output.t Ctypes.structure -> Tf_status.t -> int F.return) F.result
val tf_graphgettensorshape : (t -> Tf_output.t Ctypes.structure -> int64 Ctypes_static.ptr -> int -> Tf_status.t -> unit F.return) F.result