Uses of Class
org.tensorflow.framework.RewriterConfig
-
Packages that use RewriterConfig Package Description org.tensorflow.framework -
-
Uses of RewriterConfig in org.tensorflow.framework
Methods in org.tensorflow.framework that return RewriterConfig Modifier and Type Method Description RewriterConfig
RewriterConfig.Builder. build()
RewriterConfig
RewriterConfig.Builder. buildPartial()
static RewriterConfig
RewriterConfig. getDefaultInstance()
RewriterConfig
RewriterConfig.Builder. getDefaultInstanceForType()
RewriterConfig
RewriterConfig. getDefaultInstanceForType()
RewriterConfig
GraphOptions.Builder. getRewriteOptions()
Options that control the type and amount of graph rewriting.RewriterConfig
GraphOptions. getRewriteOptions()
Options that control the type and amount of graph rewriting.RewriterConfig
GraphOptionsOrBuilder. getRewriteOptions()
Options that control the type and amount of graph rewriting.static RewriterConfig
RewriterConfig. parseDelimitedFrom(InputStream input)
static RewriterConfig
RewriterConfig. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RewriterConfig
RewriterConfig. parseFrom(byte[] data)
static RewriterConfig
RewriterConfig. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RewriterConfig
RewriterConfig. parseFrom(InputStream input)
static RewriterConfig
RewriterConfig. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RewriterConfig
RewriterConfig. parseFrom(ByteBuffer data)
static RewriterConfig
RewriterConfig. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RewriterConfig
RewriterConfig. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static RewriterConfig
RewriterConfig. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RewriterConfig
RewriterConfig. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static RewriterConfig
RewriterConfig. 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 RewriterConfig Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<RewriterConfig>
RewriterConfig. getParserForType()
static org.nd4j.shade.protobuf.Parser<RewriterConfig>
RewriterConfig. parser()
Methods in org.tensorflow.framework with parameters of type RewriterConfig Modifier and Type Method Description RewriterConfig.Builder
RewriterConfig.Builder. mergeFrom(RewriterConfig other)
GraphOptions.Builder
GraphOptions.Builder. mergeRewriteOptions(RewriterConfig value)
Options that control the type and amount of graph rewriting.static RewriterConfig.Builder
RewriterConfig. newBuilder(RewriterConfig prototype)
GraphOptions.Builder
GraphOptions.Builder. setRewriteOptions(RewriterConfig value)
Options that control the type and amount of graph rewriting.
-