Uses of Class
org.tensorflow.framework.DebugOptions
-
Packages that use DebugOptions Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of DebugOptions in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return DebugOptions Modifier and Type Method Description DebugOptions
RegisterGraphRequest.Builder. getDebugOptions()
Field(s) used by TensorFlow Debugger (tfdbg).DebugOptions
RegisterGraphRequest. getDebugOptions()
Field(s) used by TensorFlow Debugger (tfdbg).DebugOptions
RegisterGraphRequestOrBuilder. getDebugOptions()
Field(s) used by TensorFlow Debugger (tfdbg).Methods in org.tensorflow.distruntime with parameters of type DebugOptions Modifier and Type Method Description RegisterGraphRequest.Builder
RegisterGraphRequest.Builder. mergeDebugOptions(DebugOptions value)
Field(s) used by TensorFlow Debugger (tfdbg).RegisterGraphRequest.Builder
RegisterGraphRequest.Builder. setDebugOptions(DebugOptions value)
Field(s) used by TensorFlow Debugger (tfdbg). -
Uses of DebugOptions in org.tensorflow.framework
Methods in org.tensorflow.framework that return DebugOptions Modifier and Type Method Description DebugOptions
DebugOptions.Builder. build()
DebugOptions
DebugOptions.Builder. buildPartial()
DebugOptions
RunOptions.Builder. getDebugOptions()
EXPERIMENTAL.DebugOptions
RunOptions. getDebugOptions()
EXPERIMENTAL.DebugOptions
RunOptionsOrBuilder. getDebugOptions()
EXPERIMENTAL.static DebugOptions
DebugOptions. getDefaultInstance()
DebugOptions
DebugOptions.Builder. getDefaultInstanceForType()
DebugOptions
DebugOptions. getDefaultInstanceForType()
static DebugOptions
DebugOptions. parseDelimitedFrom(InputStream input)
static DebugOptions
DebugOptions. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
DebugOptions. parseFrom(byte[] data)
static DebugOptions
DebugOptions. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
DebugOptions. parseFrom(InputStream input)
static DebugOptions
DebugOptions. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
DebugOptions. parseFrom(ByteBuffer data)
static DebugOptions
DebugOptions. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
DebugOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static DebugOptions
DebugOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
DebugOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static DebugOptions
DebugOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.tensorflow.framework that return types with arguments of type DebugOptions Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<DebugOptions>
DebugOptions. getParserForType()
static org.nd4j.shade.protobuf.Parser<DebugOptions>
DebugOptions. parser()
Methods in org.tensorflow.framework with parameters of type DebugOptions Modifier and Type Method Description RunOptions.Builder
RunOptions.Builder. mergeDebugOptions(DebugOptions value)
EXPERIMENTAL.DebugOptions.Builder
DebugOptions.Builder. mergeFrom(DebugOptions other)
static DebugOptions.Builder
DebugOptions. newBuilder(DebugOptions prototype)
RunOptions.Builder
RunOptions.Builder. setDebugOptions(DebugOptions value)
EXPERIMENTAL.
-