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 DebugOptionsRegisterGraphRequest.Builder. getDebugOptions()Field(s) used by TensorFlow Debugger (tfdbg).DebugOptionsRegisterGraphRequest. getDebugOptions()Field(s) used by TensorFlow Debugger (tfdbg).DebugOptionsRegisterGraphRequestOrBuilder. getDebugOptions()Field(s) used by TensorFlow Debugger (tfdbg).Methods in org.tensorflow.distruntime with parameters of type DebugOptions Modifier and Type Method Description RegisterGraphRequest.BuilderRegisterGraphRequest.Builder. mergeDebugOptions(DebugOptions value)Field(s) used by TensorFlow Debugger (tfdbg).RegisterGraphRequest.BuilderRegisterGraphRequest.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 DebugOptionsDebugOptions.Builder. build()DebugOptionsDebugOptions.Builder. buildPartial()DebugOptionsRunOptions.Builder. getDebugOptions()EXPERIMENTAL.DebugOptionsRunOptions. getDebugOptions()EXPERIMENTAL.DebugOptionsRunOptionsOrBuilder. getDebugOptions()EXPERIMENTAL.static DebugOptionsDebugOptions. getDefaultInstance()DebugOptionsDebugOptions.Builder. getDefaultInstanceForType()DebugOptionsDebugOptions. getDefaultInstanceForType()static DebugOptionsDebugOptions. parseDelimitedFrom(InputStream input)static DebugOptionsDebugOptions. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugOptionsDebugOptions. parseFrom(byte[] data)static DebugOptionsDebugOptions. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugOptionsDebugOptions. parseFrom(InputStream input)static DebugOptionsDebugOptions. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugOptionsDebugOptions. parseFrom(ByteBuffer data)static DebugOptionsDebugOptions. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugOptionsDebugOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data)static DebugOptionsDebugOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugOptionsDebugOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static DebugOptionsDebugOptions. 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.BuilderRunOptions.Builder. mergeDebugOptions(DebugOptions value)EXPERIMENTAL.DebugOptions.BuilderDebugOptions.Builder. mergeFrom(DebugOptions other)static DebugOptions.BuilderDebugOptions. newBuilder(DebugOptions prototype)RunOptions.BuilderRunOptions.Builder. setDebugOptions(DebugOptions value)EXPERIMENTAL.
-