Uses of Class
org.tensorflow.framework.DebugOptions
Packages that use DebugOptions
-
Uses of DebugOptions in org.tensorflow.framework
Methods in org.tensorflow.framework that return DebugOptionsModifier and TypeMethodDescriptionDebugOptions.Builder.build()DebugOptions.Builder.buildPartial()RunOptions.Builder.getDebugOptions()EXPERIMENTAL.RunOptions.getDebugOptions()EXPERIMENTAL.RunOptionsOrBuilder.getDebugOptions()EXPERIMENTAL.static DebugOptionsDebugOptions.getDefaultInstance()DebugOptions.Builder.getDefaultInstanceForType()DebugOptions.getDefaultInstanceForType()static DebugOptionsDebugOptions.parseDelimitedFrom(InputStream input) static DebugOptionsDebugOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebugOptionsDebugOptions.parseFrom(byte[] data) static DebugOptionsDebugOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebugOptionsDebugOptions.parseFrom(com.google.protobuf.ByteString data) static DebugOptionsDebugOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebugOptionsDebugOptions.parseFrom(com.google.protobuf.CodedInputStream input) static DebugOptionsDebugOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebugOptionsDebugOptions.parseFrom(InputStream input) static DebugOptionsDebugOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebugOptionsDebugOptions.parseFrom(ByteBuffer data) static DebugOptionsDebugOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type DebugOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DebugOptions> DebugOptions.getParserForType()static com.google.protobuf.Parser<DebugOptions> DebugOptions.parser()Methods in org.tensorflow.framework with parameters of type DebugOptionsModifier and TypeMethodDescriptionRunOptions.Builder.mergeDebugOptions(DebugOptions value) EXPERIMENTAL.DebugOptions.Builder.mergeFrom(DebugOptions other) static DebugOptions.BuilderDebugOptions.newBuilder(DebugOptions prototype) RunOptions.Builder.setDebugOptions(DebugOptions value) EXPERIMENTAL.