Uses of Enum
org.tensorflow.proto.RewriterConfig.CpuLayout
Packages that use RewriterConfig.CpuLayout
-
Uses of RewriterConfig.CpuLayout in org.tensorflow.proto
Subclasses with type arguments of type RewriterConfig.CpuLayout in org.tensorflow.protoModifier and TypeClassDescriptionstatic enumEnum for layout conversion between NCHW and NHWC on CPU.Methods in org.tensorflow.proto that return RewriterConfig.CpuLayoutModifier and TypeMethodDescriptionstatic RewriterConfig.CpuLayoutRewriterConfig.CpuLayout.forNumber(int value) RewriterConfig.Builder.getCpuLayoutConversion()CPU Conversion settings between NHCW and NCHW.RewriterConfig.getCpuLayoutConversion()CPU Conversion settings between NHCW and NCHW.RewriterConfigOrBuilder.getCpuLayoutConversion()CPU Conversion settings between NHCW and NCHW.static RewriterConfig.CpuLayoutRewriterConfig.CpuLayout.valueOf(int value) Deprecated.static RewriterConfig.CpuLayoutRewriterConfig.CpuLayout.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RewriterConfig.CpuLayoutReturns the enum constant of this type with the specified name.static RewriterConfig.CpuLayout[]RewriterConfig.CpuLayout.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type RewriterConfig.CpuLayoutMethods in org.tensorflow.proto with parameters of type RewriterConfig.CpuLayoutModifier and TypeMethodDescriptionRewriterConfig.Builder.setCpuLayoutConversion(RewriterConfig.CpuLayout value) CPU Conversion settings between NHCW and NCHW.