| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.RunOptions |
tensorflow.RunOptions.default_instance() |
static tensorflow.RunOptions |
tensorflow.RunOptions.internal_default_instance() |
tensorflow.RunOptions |
tensorflow.CallableOptions.mutable_run_options() |
tensorflow.RunOptions |
tensorflow.RunOptions.New() |
tensorflow.RunOptions |
tensorflow.RunOptions.New(tensorflow.Arena arena) |
tensorflow.RunOptions |
tensorflow.RunOptions.position(long position) |
tensorflow.RunOptions |
tensorflow.RunOptions.put(tensorflow.RunOptions from) |
tensorflow.RunOptions |
tensorflow.CallableOptions.release_run_options() |
tensorflow.RunOptions |
tensorflow.CallableOptions.run_options() |
tensorflow.RunOptions |
tensorflow.CallableOptions.unsafe_arena_release_run_options() |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
tensorflow.Session.Close(tensorflow.RunOptions run_options) |
void |
tensorflow.RunOptions.CopyFrom(tensorflow.RunOptions from) |
tensorflow.Status |
tensorflow.Session.Create(tensorflow.RunOptions run_options,
tensorflow.GraphDef graph)
NOTE: This API is still experimental and may change.
|
tensorflow.Status |
tensorflow.Session.Extend(tensorflow.RunOptions run_options,
tensorflow.GraphDef graph) |
static tensorflow.Status |
tensorflow.LoadSavedModel(tensorflow.SessionOptions session_options,
tensorflow.RunOptions run_options,
BytePointer export_dir,
tensorflow.StringUnorderedSet tags,
tensorflow.SavedModelBundle bundle)
Loads a SavedModel from the specified export directory.
|
static tensorflow.Status |
tensorflow.LoadSavedModel(tensorflow.SessionOptions session_options,
tensorflow.RunOptions run_options,
String export_dir,
tensorflow.StringUnorderedSet tags,
tensorflow.SavedModelBundle bundle) |
void |
tensorflow.RunOptions.MergeFrom(tensorflow.RunOptions from) |
tensorflow.RunOptions |
tensorflow.RunOptions.put(tensorflow.RunOptions from) |
tensorflow.Status |
tensorflow.Session.Run(tensorflow.RunOptions run_options,
tensorflow.StringTensorPairVector inputs,
tensorflow.StringVector output_tensor_names,
tensorflow.StringVector target_node_names,
tensorflow.TensorVector outputs,
tensorflow.RunMetadata run_metadata)
\brief Like
Run, but allows users to pass in a RunOptions proto and
to retrieve non-Tensor metadata output via a RunMetadata proto for this
step. |
void |
tensorflow.CallableOptions.set_allocated_run_options(tensorflow.RunOptions run_options) |
void |
tensorflow.RunOptions.Swap(tensorflow.RunOptions other) |
void |
tensorflow.CallableOptions.unsafe_arena_set_allocated_run_options(tensorflow.RunOptions run_options) |
void |
tensorflow.RunOptions.UnsafeArenaSwap(tensorflow.RunOptions other) |
| Constructor and Description |
|---|
RunOptions(tensorflow.RunOptions from) |
Copyright © 2019. All rights reserved.