public final class
BuildConfiguration
Protobuf type tensorflow.BuildConfiguration
Nested Classes
class | BuildConfiguration.Builder | Protobuf type tensorflow.BuildConfiguration
|
Constants
int | CC_FLAGS_FIELD_NUMBER | |
int | MODE_FIELD_NUMBER | |
int | OPTS_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
String |
getCcFlags(int index)
CC compiler flags, if known repeated string cc_flags = 2;
|
com.google.protobuf.ByteString |
getCcFlagsBytes(int index)
CC compiler flags, if known repeated string cc_flags = 2;
|
int |
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;
|
static BuildConfiguration | |
BuildConfiguration | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getMode()
opt, dbg, etc string mode = 1;
|
com.google.protobuf.ByteString |
getModeBytes()
opt, dbg, etc string mode = 1;
|
String |
getOpts(int index)
Bazel compilation options, if known repeated string opts = 3;
|
com.google.protobuf.ByteString |
getOptsBytes(int index)
Bazel compilation options, if known repeated string opts = 3;
|
int |
getOptsCount()
Bazel compilation options, if known repeated string opts = 3;
|
com.google.protobuf.ProtocolStringList |
getOptsList()
Bazel compilation options, if known repeated string opts = 3;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static BuildConfiguration.Builder | |
static BuildConfiguration.Builder |
newBuilder(BuildConfiguration prototype)
|
BuildConfiguration.Builder | |
static BuildConfiguration |
parseDelimitedFrom(InputStream input)
|
static BuildConfiguration |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static BuildConfiguration |
parseFrom(ByteBuffer data)
|
static BuildConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static BuildConfiguration |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static BuildConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static BuildConfiguration |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static BuildConfiguration |
parseFrom(com.google.protobuf.ByteString data)
|
static BuildConfiguration |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static BuildConfiguration |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
BuildConfiguration.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CC_FLAGS_FIELD_NUMBER
Constant Value:
2
public static final int MODE_FIELD_NUMBER
Constant Value:
1
public static final int OPTS_FIELD_NUMBER
Constant Value:
3
Public Methods
public boolean equals (Object obj)
public String getCcFlags (int index)
CC compiler flags, if known
repeated string cc_flags = 2;
public com.google.protobuf.ByteString getCcFlagsBytes (int index)
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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getMode ()
opt, dbg, etc
string mode = 1;
public com.google.protobuf.ByteString getModeBytes ()
opt, dbg, etc
string mode = 1;
public String getOpts (int index)
Bazel compilation options, if known
repeated string opts = 3;
public com.google.protobuf.ByteString getOptsBytes (int index)
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;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static BuildConfiguration parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static BuildConfiguration parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static BuildConfiguration parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static BuildConfiguration parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static BuildConfiguration parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static BuildConfiguration parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static BuildConfiguration parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static BuildConfiguration parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|