public static final class Summary.Image
tensorflow.Summary.Image type tensorflow.Summary.Image
Classes aninhadas
| aula | Summary.Image.Builder | tensorflow.Summary.Image type tensorflow.Summary.Image | |
Constantes
| int | COLORSPACE_FIELD_NUMBER | |
| int | ENCODED_IMAGE_STRING_FIELD_NUMBER | |
| int | HEIGHT_FIELD_NUMBER | |
| int | WIDTH_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| int | getColorspace () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
| static Summary.Image | |
| Summary.Image | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.ByteString | getEncodedImageString () Image data in encoded format. |
| int | getHeight () Dimensions of the image. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | getWidth () int32 width = 2; |
| int | hashCode () |
| final booleano | |
| static Summary.Image.Builder | newBuilder (protótipo Summary.Image ) |
| static Summary.Image.Builder | newBuilder () |
| Summary.Image.Builder | |
| static Summary.Image | parseDelimitedFrom (input InputStream) |
| static Summary.Image | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Image | parseFrom (dados ByteBuffer) |
| static Summary.Image | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Image | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Image | parseFrom (com.google.protobuf.CodedInputStream input) |
| static Summary.Image | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Image | parseFrom (com.google.protobuf.ByteString data) |
| static Summary.Image | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Image | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| Summary.Image.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int COLORSPACE_FIELD_NUMBER
Valor Constante: 3
public static final int ENCODED_IMAGE_STRING_FIELD_NUMBER
Valor constante: 4
público estático final int HEIGHT_FIELD_NUMBER
Valor constante: 1
public static final int WIDTH_FIELD_NUMBER
Valor constante: 2
Métodos Públicos
public boolean equals (Object obj)
public int getColorspace ()
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3;public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.ByteString getEncodedImageString ()
Image data in encoded format. All image formats supported by image_codec::CoderUtil can be stored here.
bytes encoded_image_string = 4;public int getHeight ()
Dimensions of the image.
int32 height = 1; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int getWidth ()
int32 width = 2;
public int hashCode ()
public final boolean isInitialized ()
public static Summary.Image parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static Summary.Image parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static Summary.Image parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static Summary.Image parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static Summary.Image parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static Summary.Image parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static Summary.Image parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static Summary.Image parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|