PlatformInfo

パブリック最終クラスPlatformInfo

Protobuf 型tensorflow.PlatformInfo

ネストされたクラス

クラスプラットフォーム情報ビルダーProtobuf 型tensorflow.PlatformInfo

定数

整数BITS_FIELD_NUMBER
整数LINKAGE_FIELD_NUMBER
整数MACHINE_FIELD_NUMBER
整数RELEASE_FIELD_NUMBER
整数SYSTEM_FIELD_NUMBER
整数VERSION_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
getBits ()
 e.g.
com.google.protobuf.ByteString
getBitsBytes ()
 e.g.
静的なプラットフォーム情報
プラットフォーム情報
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getLinkage ()
 e.g.
com.google.protobuf.ByteString
getMachine ()
 e.g.
com.google.protobuf.ByteString
getMachineBytes ()
 e.g.
getRelease ()
 e.g.
com.google.protobuf.ByteString
整数
com.google.protobuf.ByteString
最終的な com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
整数
最終ブール値
静的PlatformInfo.Builder
newBuilder ( PlatformInfoプロトタイプ)
静的PlatformInfo.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 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

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

定数値: 3

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

定数値: 4

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

定数値: 5

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

定数値: 6

パブリックメソッド

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

パブリック String getBits ()

 e.g. '64bit'
 
string bits = 1;

public com.google.protobuf.ByteString getBitsBytes ()

 e.g. '64bit'
 
string bits = 1;

public static PlatformInfo getDefaultInstance ()

public PlatformInfo getDefaultInstanceForType ()

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

パブリック String getLinkage ()

 e.g. 'ELF'
 
string linkage = 2;

public com.google.protobuf.ByteString getLinkageBytes ()

 e.g. 'ELF'
 
string linkage = 2;

パブリック String getMachine ()

 e.g. 'i386'
 
string machine = 3;

public com.google.protobuf.ByteString getMachineBytes ()

 e.g. 'i386'
 
string machine = 3;

公共getParserForType ()

パブリック String getRelease ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

public com.google.protobuf.ByteString getReleaseBytes ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

public int getSerializedSize ()

public String getSystem ()

 e.g. 'Linux'
 
string system = 5;

public com.google.protobuf.ByteString getSystemBytes ()

 e.g. 'Linux'
 
string system = 5;

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

public String getVersion ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

public com.google.protobuf.ByteString getVersionBytes ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

public int hashCode ()

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

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

public static PlatformInfo.Builder newBuilder ()

public PlatformInfo.Builder newBuilderForType ()

public static PlatformInfo parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static PlatformInfo parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public PlatformInfo.Builder toBuilder ()

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

投げる
IO例外