Summary.Image

public static Final クラスSummary.Image

Protobuf 型tensorflow.Summary.Image

ネストされたクラス

クラス概要.画像.ビルダーProtobuf 型tensorflow.Summary.Image

定数

整数COLORSPACE_FIELD_NUMBER
整数ENCODED_IMAGE_STRING_FIELD_NUMBER
整数HEIGHT_FIELD_NUMBER
整数WIDTH_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
整数
getColorspace ()
 Valid colorspace values are
   1 - grayscale
   2 - grayscale + alpha
   3 - RGB
   4 - RGBA
   5 - DIGITAL_YUV
   6 - BGRA
 
int32 colorspace = 3;
静的な概要.画像
概要.画像
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getEncodedImageString ()
 Image data in encoded format.
整数
getHeight ()
 Dimensions of the image.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
getWidth ()
int32 width = 2;
整数
最終ブール値
静的なSummary.Image.Builder
newBuilder (概要.画像プロトタイプ)
静的なSummary.Image.Builder
概要.画像.ビルダー
静的な概要.画像
parseDelimitedFrom (InputStream 入力)
静的な概要.画像
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.画像
parseFrom (ByteBuffer データ)
静的な概要.画像
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.画像
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.画像
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的な概要.画像
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.画像
parseFrom (com.google.protobuf.ByteString データ)
静的な概要.画像
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.画像
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
概要.画像.ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数COLORSPACE_FIELD_NUMBER

定数値: 3

パブリック静的最終整数ENCODED_IMAGE_STRING_FIELD_NUMBER

定数値: 4

パブリック静的最終整数HEIGHT_FIELD_NUMBER

定数値: 1

パブリック静的最終整数WIDTH_FIELD_NUMBER

定数値: 2

パブリックメソッド

public booleanに等しい(オブジェクト 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 Summary.Image getDefaultInstance ()

public Summary.Image getDefaultInstanceForType ()

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;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int getWidth ()

int32 width = 2;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static Summary.Image.Builder newBuilder ( Summary.Imageプロトタイプ)

public static Summary.Image.Builder newBuilder ()

public Summary.Image.Builder newBuilderForType ()

public static Summary.Image parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static Summary.Image parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static Summary.Image parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static Summary.Image parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static Summary.Image parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static Summary.Image parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static Summary.Image parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static Summary.Image parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static Summary.Image parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static Summary.Image parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public Summary.Image.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外