| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.EnvWrapper
\brief An implementation of Env that forwards all calls to another Env.
|
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.Env |
tensorflow.Env.Default()
\brief Returns a default environment suitable for the current operating
system.
|
tensorflow.Env |
tensorflow.SessionOptions.env()
The environment to use.
|
tensorflow.Env |
tensorflow.OpKernelConstruction.env() |
tensorflow.Env |
tensorflow.OpKernelContext.env() |
tensorflow.Env |
tensorflow.FunctionLibraryRuntime.env() |
tensorflow.Env |
tensorflow.DeviceBase.env() |
tensorflow.Env |
tensorflow.EnvWrapper.target()
Returns the target to which this Env forwards all calls
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SessionOptions |
tensorflow.SessionOptions.env(tensorflow.Env env) |
tensorflow.Status |
tensorflow.ApiDefMap.LoadFile(tensorflow.Env env,
BytePointer filename) |
tensorflow.Status |
tensorflow.ApiDefMap.LoadFile(tensorflow.Env env,
String filename) |
tensorflow.Status |
tensorflow.ApiDefMap.LoadFileList(tensorflow.Env env,
tensorflow.StringVector filenames) |
static tensorflow.Status |
tensorflow.MergeBundles(tensorflow.Env env,
tensorflow.StringVector prefixes,
BytePointer merged_prefix) |
static tensorflow.Status |
tensorflow.MergeBundles(tensorflow.Env env,
tensorflow.StringVector prefixes,
String merged_prefix) |
static tensorflow.Status |
tensorflow.ReadBinaryProto(tensorflow.Env env,
BytePointer fname,
tensorflow.MessageLite proto)
Reads contents of named file and parse as binary encoded proto data
and store into
*proto. |
static tensorflow.Status |
tensorflow.ReadBinaryProto(tensorflow.Env env,
String fname,
tensorflow.MessageLite proto) |
static tensorflow.Status |
tensorflow.ReadFileToString(tensorflow.Env env,
BytePointer fname,
BytePointer data)
A utility routine: reads contents of named file into
*data |
static tensorflow.Status |
tensorflow.ReadFileToString(tensorflow.Env env,
String fname,
BytePointer data) |
static tensorflow.Status |
tensorflow.ReadTextProto(tensorflow.Env env,
BytePointer fname,
tensorflow.MessageLite proto)
Read contents of named file and parse as text encoded proto data
and store into
*proto. |
static tensorflow.Status |
tensorflow.ReadTextProto(tensorflow.Env env,
String fname,
tensorflow.MessageLite proto) |
static tensorflow.Status |
tensorflow.WriteBinaryProto(tensorflow.Env env,
BytePointer fname,
tensorflow.MessageLite proto)
Write binary representation of "proto" to the named file.
|
static tensorflow.Status |
tensorflow.WriteBinaryProto(tensorflow.Env env,
String fname,
tensorflow.MessageLite proto) |
static tensorflow.Status |
tensorflow.WriteStringToFile(tensorflow.Env env,
BytePointer fname,
BytePointer data)
A utility routine: write contents of
data to file named fname
(overwriting existing contents, if any). |
static tensorflow.Status |
tensorflow.WriteStringToFile(tensorflow.Env env,
String fname,
String data) |
static tensorflow.Status |
tensorflow.WriteTextProto(tensorflow.Env env,
BytePointer fname,
tensorflow.MessageLite proto)
Write the text representation of "proto" to the named file.
|
static tensorflow.Status |
tensorflow.WriteTextProto(tensorflow.Env env,
String fname,
tensorflow.MessageLite proto) |
Copyright © 2019. All rights reserved.