| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.Status |
tensorflow.ConvertGraphDefToGraph(tensorflow.GraphConstructorOptions opts,
tensorflow.GraphDef gdef,
tensorflow.Graph g) |
void |
tensorflow.GraphDef.CopyFrom(tensorflow.GraphDef from) |
tensorflow.Status |
tensorflow.Session.Create(tensorflow.GraphDef graph)
\brief Create the graph to be used for the session.
|
tensorflow.Status |
tensorflow.Session.Create(tensorflow.RunOptions run_options,
tensorflow.GraphDef graph)
NOTE: This API is still experimental and may change.
|
static BytePointer |
tensorflow.DebugString(tensorflow.GraphDef instantiated_func_def) |
static BytePointer |
tensorflow.DebugStringWhole(tensorflow.GraphDef gdef) |
tensorflow.Status |
tensorflow.Session.Extend(tensorflow.GraphDef graph)
\brief Adds operations to the graph that is already registered with the
Session.
|
tensorflow.Status |
tensorflow.Session.Extend(tensorflow.RunOptions run_options,
tensorflow.GraphDef graph) |
static tensorflow.Status |
tensorflow.ImportGraphDef(tensorflow.ImportGraphDefOptions opts,
tensorflow.GraphDef gdef,
tensorflow.Graph g,
tensorflow.ShapeRefiner refiner) |
static tensorflow.Status |
tensorflow.ImportGraphDef(tensorflow.ImportGraphDefOptions opts,
tensorflow.GraphDef gdef,
tensorflow.Graph g,
tensorflow.ShapeRefiner refiner,
tensorflow.ImportGraphDefResults results) |
void |
tensorflow.GraphDef.MergeFrom(tensorflow.GraphDef from) |
tensorflow.GraphDef |
tensorflow.GraphDef.put(tensorflow.GraphDef from) |
void |
tensorflow.MetaGraphDef.set_allocated_graph_def(tensorflow.GraphDef graph_def) |
static void |
tensorflow.SetDefaultDevice(BytePointer device,
tensorflow.GraphDef graph_def) |
static void |
tensorflow.SetDefaultDevice(String device,
tensorflow.GraphDef graph_def) |
void |
tensorflow.GraphDef.Swap(tensorflow.GraphDef other) |
void |
tensorflow.Graph.ToGraphDef(tensorflow.GraphDef graph_def) |
tensorflow.Status |
tensorflow.GraphDefBuilder.ToGraphDef(tensorflow.GraphDef graph_def) |
tensorflow.Status |
tensorflow.Scope.ToGraphDef(tensorflow.GraphDef gdef)
If status() is Status::OK(), convert the Graph object stored in this scope
to a GraphDef proto and return Status::OK().
|
void |
tensorflow.Graph.ToGraphDefSubRange(tensorflow.GraphDef graph_def,
int from_node_id) |
void |
tensorflow.MetaGraphDef.unsafe_arena_set_allocated_graph_def(tensorflow.GraphDef graph_def) |
void |
tensorflow.GraphDef.UnsafeArenaSwap(tensorflow.GraphDef other) |
| Constructor and Description |
|---|
GraphDef(tensorflow.GraphDef from) |
Copyright © 2019. All rights reserved.