AttrValue

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.
 
Protobuf türü 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
 
Protobuf türü tensorflow.AttrValue.ListValue
arayüz AttrValue.ListValueOrBuilder
Sıralama 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 tipi
getType ()
 "type"
 
.tensorflow.DataType type = 6;
int
getTypeValue ()
 "type"
 
.tensorflow.DataType type = 6;
final com.google.protobuf.UnknownFieldSet
AttrValue.ValueCase
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
son boole değeri
statik AttrValue.Builder
newBuilder ( AttrValue prototipi)
statik AttrValue.Builder
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
AttrValue.Builder
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;

genel statik AttrValue getDefaultInstance ()

public AttrValue getDefaultInstanceForType ()

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;

genel AttrValue.ListValue getList ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

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 TensorShapeProto getShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

herkese açık TensorShapeProtoOrBuilder getShapeOrBuilder ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

genel TensorProto getTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

herkese açık TensorProtoOrBuilder getTensorOrBuilder ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

genel Veri Türü getType ()

 "type"
 
.tensorflow.DataType type = 6;

genel int getTypeValue ()

 "type"
 
.tensorflow.DataType type = 6;

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public AttrValue.ValueCase getValueCase ()

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 ()

genel statik AttrValue.Builder newBuilder ( AttrValue prototipi)

genel statik AttrValue.Builder newBuilder ()

public AttrValue.Builder newBuilderForType ()

genel statik AttrValue ayrıştırmaDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

public static AttrValue parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik AttrValue ayrıştırmaFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

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 AttrValue.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası