genel final sınıfı AttrValue
Protocol buffer representing the value for an attr used to configure an Op. Comment indicates the corresponding attr type. Only the field matching the attr type may be filled.
tensorflow.AttrValue
İç İçe Sınıflar
sınıf | AttrValue.Builder | Protocol buffer representing the value for an attr used to configure an Op. | |
sınıf | AttrValue.ListValue | LINT.IfChange tensorflow.AttrValue.ListValue | |
arayüz | AttrValue.ListValueOrBuilder | ||
numaralandırma | AttrValue.ValueCase |
Sabitler
int | B_FIELD_NUMBER | |
int | FUNC_FIELD_NUMBER | |
int | F_FIELD_NUMBER | |
int | I_FIELD_NUMBER | |
int | LIST_FIELD_NUMBER | |
int | PLACEHOLDER_FIELD_NUMBER | |
int | SHAPE_FIELD_NUMBER | |
int | S_FIELD_NUMBER | |
int | TENSOR_FIELD_NUMBER | |
int | TYPE_FIELD_NUMBER |
Genel Yöntemler
boolean | eşittir (Nesne nesnesi) |
boolean | B'yi al () "bool" bool b = 5; |
statik Öznitelik Değeri | |
Öznitelik Değeri | |
final statik com.google.protobuf.Descriptors.Descriptor | |
batmadan yüzmek | getF () "float" float f = 4; |
AdAttrList | getFunc () "func" represents a function. |
AdAttrListOrBuilder | getFuncOrBuilder () "func" represents a function. |
uzun | al () "int" int64 i = 3; |
AttrValue.ListValue | getList () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
AttrValue.ListValueOrBuilder | getListOrBuilder () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
Sicim | getPlaceholder () This is a placeholder only used in nodes defined inside a function. |
com.google.protobuf.ByteString | getPlaceholderBytes () This is a placeholder only used in nodes defined inside a function. |
com.google.protobuf.ByteString | Al () "string" bytes s = 2; |
int | |
TensorShapeProto | getShape () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorProto | getTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder | getTensorOrBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
Veri Türü | getType () "type" .tensorflow.DataType type = 6; |
int | getTypeValue () "type" .tensorflow.DataType type = 6; |
final com.google.protobuf.UnknownFieldSet | |
AttrValue.ValueCase | getValueCase () |
boolean | hasFunc () "func" represents a function. |
boolean | hasList () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
boolean | hasShape () "shape" .tensorflow.TensorShapeProto shape = 7; |
boolean | hasTensör () "tensor" .tensorflow.TensorProto tensor = 8; |
int | hashKodu () |
son boole değeri | Başlatıldı () |
statik AttrValue.Builder | newBuilder ( AttrValue prototipi) |
statik AttrValue.Builder | yeniİnşaatçı () |
AttrValue.Builder | |
statik Öznitelik Değeri | parseDelimitedFrom (InputStream girişi) |
statik Öznitelik Değeri | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Öznitelik Değeri | parseFrom (ByteBuffer verileri) |
statik Öznitelik Değeri | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Öznitelik Değeri | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Öznitelik Değeri | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
statik Öznitelik Değeri | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Öznitelik Değeri | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
statik Öznitelik Değeri | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Öznitelik Değeri | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik | ayrıştırıcı () |
AttrValue.Builder | inşaatçıya () |
geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int B_FIELD_NUMBER
Sabit Değer: 5
genel statik final int FUNC_FIELD_NUMBER
Sabit Değer: 10
genel statik final int F_FIELD_NUMBER
Sabit Değer: 4
genel statik final int I_FIELD_NUMBER
Sabit Değer: 3
genel statik final int LIST_FIELD_NUMBER
Sabit Değer: 1
genel statik final int PLACEHOLDER_FIELD_NUMBER
Sabit Değer: 9
genel statik final int SHAPE_FIELD_NUMBER
Sabit Değer: 7
genel statik final int S_FIELD_NUMBER
Sabit Değer: 2
genel statik final int TENSOR_FIELD_NUMBER
Sabit Değer: 8
genel statik final int TYPE_FIELD_NUMBER
Sabit Değer: 6
Genel Yöntemler
genel boole eşittir (Object obj)
genel boolean getB ()
"bool"
bool b = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
halka açık kayan nokta getF ()
"float"
float f = 4;
genel NameAttrList getFunc ()
"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.
.tensorflow.NameAttrList func = 10;
genel NameAttrListOrBuilder getFuncOrBuilder ()
"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.
.tensorflow.NameAttrList func = 10;
halka açık uzun getI ()
"int"
int64 i = 3;
public AttrValue.ListValueOrBuilder getListOrBuilder ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
halk getParserForType ()
public String getPlaceholder ()
This is a placeholder only used in nodes defined inside a function. It indicates the attr value will be supplied when the function is instantiated. For example, let us suppose a node "N" in function "FN". "N" has an attr "A" with value placeholder = "foo". When FN is instantiated with attr "foo" set to "bar", the instantiated node N's attr A will have been given the value "bar".
string placeholder = 9;
public com.google.protobuf.ByteString getPlaceholderBytes ()
This is a placeholder only used in nodes defined inside a function. It indicates the attr value will be supplied when the function is instantiated. For example, let us suppose a node "N" in function "FN". "N" has an attr "A" with value placeholder = "foo". When FN is instantiated with attr "foo" set to "bar", the instantiated node N's attr A will have been given the value "bar".
string placeholder = 9;
public com.google.protobuf.ByteString getS ()
"string"
bytes s = 2;
public int getSerializedSize ()
herkese açık TensorShapeProtoOrBuilder getShapeOrBuilder ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
herkese açık TensorProtoOrBuilder getTensorOrBuilder ()
"tensor"
.tensorflow.TensorProto tensor = 8;
genel int getTypeValue ()
"type"
.tensorflow.DataType type = 6;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel boolean hasFunc ()
"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.
.tensorflow.NameAttrList func = 10;
genel boolean hasList ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
genel boolean hasShape ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
genel boolean hasTensor ()
"tensor"
.tensorflow.TensorProto tensor = 8;
genel int hashCode ()
genel final boolean isInitialized ()
public static AttrValue parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik AttrValue ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik AttrValue ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik AttrValue ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Atar
IOİstisnası |
---|
genel statik AttrValue ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik AttrValue ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik AttrValue ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik AttrValue ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
IOİstisnası |
---|