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 RewriterConfigRewriterConfig.Builder. build()RewriterConfigRewriterConfig.Builder. buildPartial()static RewriterConfigRewriterConfig. getDefaultInstance()RewriterConfigRewriterConfig.Builder. getDefaultInstanceForType()RewriterConfigRewriterConfig. getDefaultInstanceForType()RewriterConfigGraphOptions.Builder. getRewriteOptions()Options that control the type and amount of graph rewriting.RewriterConfigGraphOptions. getRewriteOptions()Options that control the type and amount of graph rewriting.RewriterConfigGraphOptionsOrBuilder. getRewriteOptions()Options that control the type and amount of graph rewriting.static RewriterConfigRewriterConfig. parseDelimitedFrom(InputStream input)static RewriterConfigRewriterConfig. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RewriterConfigRewriterConfig. parseFrom(byte[] data)static RewriterConfigRewriterConfig. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RewriterConfigRewriterConfig. parseFrom(InputStream input)static RewriterConfigRewriterConfig. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RewriterConfigRewriterConfig. parseFrom(ByteBuffer data)static RewriterConfigRewriterConfig. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RewriterConfigRewriterConfig. parseFrom(org.nd4j.shade.protobuf.ByteString data)static RewriterConfigRewriterConfig. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static RewriterConfigRewriterConfig. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static RewriterConfigRewriterConfig. 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.BuilderRewriterConfig.Builder. mergeFrom(RewriterConfig other)GraphOptions.BuilderGraphOptions.Builder. mergeRewriteOptions(RewriterConfig value)Options that control the type and amount of graph rewriting.static RewriterConfig.BuilderRewriterConfig. newBuilder(RewriterConfig prototype)GraphOptions.BuilderGraphOptions.Builder. setRewriteOptions(RewriterConfig value)Options that control the type and amount of graph rewriting.
-