TaggedRunMetadata

パブリック最終クラスTaggedRunMetadata

 For logging the metadata output for a single session.run() call.
 
Protobuf 型tensorflow.TaggedRunMetadata

ネストされたクラス

クラスTaggedRunMetadata.Builder
 For logging the metadata output for a single session.run() call. 

定数

整数RUN_METADATA_FIELD_NUMBER
整数TAG_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的なTaggedRunMetadata
タグ付き実行メタデータ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getRunMetadata ()
 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
整数
getタグ()
 Tag name associated with this metadata.
com.google.protobuf.ByteString
getTagBytes ()
 Tag name associated with this metadata.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的TaggedRunMetadata.Builder
newBuilder ( TaggedRunMetadataプロトタイプ)
静的TaggedRunMetadata.Builder
TaggedRunMetadata.Builder
静的なTaggedRunMetadata
parseDelimitedFrom (InputStream 入力)
静的なTaggedRunMetadata
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なTaggedRunMetadata
parseFrom (ByteBuffer データ)
静的なTaggedRunMetadata
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なTaggedRunMetadata
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なTaggedRunMetadata
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的なTaggedRunMetadata
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なTaggedRunMetadata
parseFrom (com.google.protobuf.ByteString データ)
静的なTaggedRunMetadata
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なTaggedRunMetadata
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TaggedRunMetadata.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static TaggedRunMetadata getDefaultInstance ()

public TaggedRunMetadata getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

公共getParserForType ()

public com.google.protobuf.ByteString getRunMetadata ()

 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
 
bytes run_metadata = 2;

public int getSerializedSize ()

パブリック String getTag ()

 Tag name associated with this metadata.
 
string tag = 1;

public com.google.protobuf.ByteString getTagBytes ()

 Tag name associated with this metadata.
 
string tag = 1;

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

public int hashCode ()

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

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

public static TaggedRunMetadata.Builder newBuilder ()

public TaggedRunMetadata.Builder newBuilderForType ()

public static TaggedRunMetadata parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static TaggedRunMetadata parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public TaggedRunMetadata.Builder toBuilder ()

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

投げる
IO例外