BuildConfiguration

パブリック最終クラスBuildConfiguration

Protobuf 型tensorflow.BuildConfiguration

ネストされたクラス

クラスBuildConfiguration.Builder Protobuf 型tensorflow.BuildConfiguration

定数

整数CC_FLAGS_FIELD_NUMBER
整数MODE_FIELD_NUMBER
整数OPTS_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
getCcFlags (int インデックス)
 CC compiler flags, if known
 
repeated string cc_flags = 2;
com.google.protobuf.ByteString
getCcFlagsBytes (int インデックス)
 CC compiler flags, if known
 
repeated string cc_flags = 2;
整数
getCcFlagsCount ()
 CC compiler flags, if known
 
repeated string cc_flags = 2;
com.google.protobuf.ProtocolStringList
getCcFlagsList ()
 CC compiler flags, if known
 
repeated string cc_flags = 2;
静的ビルド構成
ビルド構成
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getMode ()
 opt, dbg, etc
 
string mode = 1;
com.google.protobuf.ByteString
getModeBytes ()
 opt, dbg, etc
 
string mode = 1;
getOpts (int インデックス)
 Bazel compilation options, if known
 
repeated string opts = 3;
com.google.protobuf.ByteString
getOptsBytes (int インデックス)
 Bazel compilation options, if known
 
repeated string opts = 3;
整数
getOptsCount ()
 Bazel compilation options, if known
 
repeated string opts = 3;
com.google.protobuf.ProtocolStringList
getOptsList ()
 Bazel compilation options, if known
 
repeated string opts = 3;
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的BuildConfiguration.Builder
静的BuildConfiguration.Builder
newBuilder ( BuildConfigurationプロトタイプ)
BuildConfiguration.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)
静的
BuildConfiguration.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

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

定数値: 3

パブリックメソッド

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

public String getCcFlags (int インデックス)

 CC compiler flags, if known
 
repeated string cc_flags = 2;

public com.google.protobuf.ByteString getCcFlagsBytes (int インデックス)

 CC compiler flags, if known
 
repeated string cc_flags = 2;

public int getCcFlagsCount ()

 CC compiler flags, if known
 
repeated string cc_flags = 2;

public com.google.protobuf.ProtocolStringList getCcFlagsList ()

 CC compiler flags, if known
 
repeated string cc_flags = 2;

public static BuildConfiguration getDefaultInstance ()

public BuildConfiguration getDefaultInstanceForType ()

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

パブリック String getMode ()

 opt, dbg, etc
 
string mode = 1;

public com.google.protobuf.ByteString getModeBytes ()

 opt, dbg, etc
 
string mode = 1;

public String getOpts (int インデックス)

 Bazel compilation options, if known
 
repeated string opts = 3;

public com.google.protobuf.ByteString getOptsBytes (int インデックス)

 Bazel compilation options, if known
 
repeated string opts = 3;

public int getOptsCount ()

 Bazel compilation options, if known
 
repeated string opts = 3;

public com.google.protobuf.ProtocolStringList getOptsList ()

 Bazel compilation options, if known
 
repeated string opts = 3;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

public static BuildConfiguration.Builder newBuilder ()

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

public BuildConfiguration.Builder newBuilderForType ()

public static BuildConfiguration parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static BuildConfiguration parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public BuildConfiguration.Builder toBuilder ()

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

投げる
IO例外