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 DebugTensorWatch
DebugTensorWatch.Builder. build()
DebugTensorWatch
DebugTensorWatch.Builder. buildPartial()
DebugTensorWatch
DebugOptions.Builder. getDebugTensorWatchOpts(int index)
Debugging optionsDebugTensorWatch
DebugOptions. getDebugTensorWatchOpts(int index)
Debugging optionsDebugTensorWatch
DebugOptionsOrBuilder. getDebugTensorWatchOpts(int index)
Debugging optionsstatic DebugTensorWatch
DebugTensorWatch. getDefaultInstance()
DebugTensorWatch
DebugTensorWatch.Builder. getDefaultInstanceForType()
DebugTensorWatch
DebugTensorWatch. getDefaultInstanceForType()
static DebugTensorWatch
DebugTensorWatch. parseDelimitedFrom(InputStream input)
static DebugTensorWatch
DebugTensorWatch. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugTensorWatch
DebugTensorWatch. parseFrom(byte[] data)
static DebugTensorWatch
DebugTensorWatch. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugTensorWatch
DebugTensorWatch. parseFrom(InputStream input)
static DebugTensorWatch
DebugTensorWatch. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugTensorWatch
DebugTensorWatch. parseFrom(ByteBuffer data)
static DebugTensorWatch
DebugTensorWatch. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugTensorWatch
DebugTensorWatch. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static DebugTensorWatch
DebugTensorWatch. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugTensorWatch
DebugTensorWatch. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static DebugTensorWatch
DebugTensorWatch. 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.Builder
DebugOptions.Builder. addDebugTensorWatchOpts(int index, DebugTensorWatch value)
Debugging optionsDebugOptions.Builder
DebugOptions.Builder. addDebugTensorWatchOpts(DebugTensorWatch value)
Debugging optionsDebugTensorWatch.Builder
DebugTensorWatch.Builder. mergeFrom(DebugTensorWatch other)
static DebugTensorWatch.Builder
DebugTensorWatch. newBuilder(DebugTensorWatch prototype)
DebugOptions.Builder
DebugOptions.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.Builder
DebugOptions.Builder. addAllDebugTensorWatchOpts(Iterable<? extends DebugTensorWatch> values)
Debugging options
-