Uses of Enum Class
org.tensorflow.framework.RewriterConfig.CpuLayout
Packages that use RewriterConfig.CpuLayout
-
Uses of RewriterConfig.CpuLayout in org.tensorflow.framework
Methods in org.tensorflow.framework 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RewriterConfig.CpuLayoutReturns the enum constant of this class with the specified name.static RewriterConfig.CpuLayout[]RewriterConfig.CpuLayout.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tensorflow.framework that return types with arguments of type RewriterConfig.CpuLayoutModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RewriterConfig.CpuLayout> RewriterConfig.CpuLayout.internalGetValueMap()Methods in org.tensorflow.framework with parameters of type RewriterConfig.CpuLayoutModifier and TypeMethodDescriptionRewriterConfig.Builder.setCpuLayoutConversion(RewriterConfig.CpuLayout value) CPU Conversion settings between NHCW and NCHW.