Uses of Class
org.tensorflow.proto.DebugOptions.Builder
Packages that use DebugOptions.Builder
-
Uses of DebugOptions.Builder in org.tensorflow.proto
Subclasses with type arguments of type DebugOptions.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classOptions for initializing DebuggerState in TensorFlow Debugger (tfdbg).Methods in org.tensorflow.proto that return DebugOptions.BuilderModifier and TypeMethodDescriptionDebugOptions.Builder.addAllDebugTensorWatchOpts(Iterable<? extends DebugTensorWatch> values) Debugging optionsDebugOptions.Builder.addDebugTensorWatchOpts(int index, DebugTensorWatch value) Debugging optionsDebugOptions.Builder.addDebugTensorWatchOpts(int index, DebugTensorWatch.Builder builderForValue) Debugging optionsDebugOptions.Builder.addDebugTensorWatchOpts(DebugTensorWatch value) Debugging optionsDebugOptions.Builder.addDebugTensorWatchOpts(DebugTensorWatch.Builder builderForValue) Debugging optionsDebugOptions.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) DebugOptions.Builder.clear()DebugOptions.Builder.clearDebugTensorWatchOpts()Debugging optionsDebugOptions.Builder.clearField(Descriptors.FieldDescriptor field) DebugOptions.Builder.clearGlobalStep()Caller-specified global step count.DebugOptions.Builder.clearOneof(Descriptors.OneofDescriptor oneof) DebugOptions.Builder.clearResetDiskByteUsage()Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call.DebugOptions.Builder.clone()RunOptions.Builder.getDebugOptionsBuilder()EXPERIMENTAL.DebugOptions.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DebugOptions.Builder.mergeFrom(DebugOptions other) final DebugOptions.BuilderDebugOptions.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static DebugOptions.BuilderDebugOptions.newBuilder()static DebugOptions.BuilderDebugOptions.newBuilder(DebugOptions prototype) DebugOptions.newBuilderForType()protected DebugOptions.BuilderDebugOptions.newBuilderForType(GeneratedMessageV3.BuilderParent parent) DebugOptions.Builder.removeDebugTensorWatchOpts(int index) Debugging optionsDebugOptions.Builder.setDebugTensorWatchOpts(int index, DebugTensorWatch value) Debugging optionsDebugOptions.Builder.setDebugTensorWatchOpts(int index, DebugTensorWatch.Builder builderForValue) Debugging optionsDebugOptions.Builder.setField(Descriptors.FieldDescriptor field, Object value) DebugOptions.Builder.setGlobalStep(long value) Caller-specified global step count.DebugOptions.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) DebugOptions.Builder.setResetDiskByteUsage(boolean value) Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call.final DebugOptions.BuilderDebugOptions.Builder.setUnknownFields(UnknownFieldSet unknownFields) DebugOptions.toBuilder()Methods in org.tensorflow.proto with parameters of type DebugOptions.BuilderModifier and TypeMethodDescriptionRunOptions.Builder.setDebugOptions(DebugOptions.Builder builderForValue) EXPERIMENTAL.