Uses of Class
org.tensorflow.framework.DebugTensorWatch
-
Packages that use DebugTensorWatch Package Description org.tensorflow.framework -
-
Uses of DebugTensorWatch in org.tensorflow.framework
Methods in org.tensorflow.framework that return DebugTensorWatch Modifier and Type Method Description DebugTensorWatchDebugTensorWatch.Builder. build()DebugTensorWatchDebugTensorWatch.Builder. buildPartial()DebugTensorWatchDebugOptions.Builder. getDebugTensorWatchOpts(int index)Debugging optionsDebugTensorWatchDebugOptions. getDebugTensorWatchOpts(int index)Debugging optionsDebugTensorWatchDebugOptionsOrBuilder. getDebugTensorWatchOpts(int index)Debugging optionsstatic DebugTensorWatchDebugTensorWatch. getDefaultInstance()DebugTensorWatchDebugTensorWatch.Builder. getDefaultInstanceForType()DebugTensorWatchDebugTensorWatch. getDefaultInstanceForType()static DebugTensorWatchDebugTensorWatch. parseDelimitedFrom(InputStream input)static DebugTensorWatchDebugTensorWatch. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugTensorWatchDebugTensorWatch. parseFrom(byte[] data)static DebugTensorWatchDebugTensorWatch. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugTensorWatchDebugTensorWatch. parseFrom(InputStream input)static DebugTensorWatchDebugTensorWatch. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugTensorWatchDebugTensorWatch. parseFrom(ByteBuffer data)static DebugTensorWatchDebugTensorWatch. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugTensorWatchDebugTensorWatch. parseFrom(org.nd4j.shade.protobuf.ByteString data)static DebugTensorWatchDebugTensorWatch. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DebugTensorWatchDebugTensorWatch. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static DebugTensorWatchDebugTensorWatch. 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 DebugTensorWatch Modifier and Type Method Description List<DebugTensorWatch>DebugOptions.Builder. getDebugTensorWatchOptsList()Debugging optionsList<DebugTensorWatch>DebugOptions. getDebugTensorWatchOptsList()Debugging optionsList<DebugTensorWatch>DebugOptionsOrBuilder. getDebugTensorWatchOptsList()Debugging optionsorg.nd4j.shade.protobuf.Parser<DebugTensorWatch>DebugTensorWatch. getParserForType()static org.nd4j.shade.protobuf.Parser<DebugTensorWatch>DebugTensorWatch. parser()Methods in org.tensorflow.framework with parameters of type DebugTensorWatch Modifier and Type Method Description DebugOptions.BuilderDebugOptions.Builder. addDebugTensorWatchOpts(int index, DebugTensorWatch value)Debugging optionsDebugOptions.BuilderDebugOptions.Builder. addDebugTensorWatchOpts(DebugTensorWatch value)Debugging optionsDebugTensorWatch.BuilderDebugTensorWatch.Builder. mergeFrom(DebugTensorWatch other)static DebugTensorWatch.BuilderDebugTensorWatch. newBuilder(DebugTensorWatch prototype)DebugOptions.BuilderDebugOptions.Builder. setDebugTensorWatchOpts(int index, DebugTensorWatch value)Debugging optionsMethod parameters in org.tensorflow.framework with type arguments of type DebugTensorWatch Modifier and Type Method Description DebugOptions.BuilderDebugOptions.Builder. addAllDebugTensorWatchOpts(Iterable<? extends DebugTensorWatch> values)Debugging options
-