AttrValueOrBuilder

genel arayüz AttrValueOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut boole
B'yi al ()
 "bool"
 
bool b = 5;
soyut kayan nokta
getF ()
 "float"
 
float f = 4;
özet AdAttrList
getFunc ()
 "func" represents a function.
özet NameAttrListOrBuilder
getFuncOrBuilder ()
 "func" represents a function.
soyut uzun
al ()
 "int"
 
int64 i = 3;
özet AttrValue.ListValue
getList ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
abstract AttrValue.ListValueOrBuilder
getListOrBuilder ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
soyut Dize
getPlaceholder ()
 This is a placeholder only used in nodes defined inside a
 function.
abstract com.google.protobuf.ByteString
getPlaceholderBytes ()
 This is a placeholder only used in nodes defined inside a
 function.
abstract com.google.protobuf.ByteString
Al ()
 "string"
 
bytes s = 2;
soyut TensorShapeProto
getShape ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
soyut TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
soyut TensorProto
getTensor ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
soyut TensorProtoOrBuilder
getTensorOrBuilder ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
özet Veri Türü
getType ()
 "type"
 
.tensorflow.DataType type = 6;
soyut int
getTypeValue ()
 "type"
 
.tensorflow.DataType type = 6;
soyut AttrValue.ValueCase
soyut boole
hasFunc ()
 "func" represents a function.
soyut boole
hasList ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
soyut boole
hasShape ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
soyut boole
hasTensör ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;

Genel Yöntemler

genel soyut boolean getB ()

 "bool"
 
bool b = 5;

genel soyut kayan nokta getF ()

 "float"
 
float f = 4;

genel özet 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 özet 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;

genel özet uzun getI ()

 "int"
 
int64 i = 3;

genel özet AttrValue.ListValue getList ()

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

genel özet AttrValue.ListValueOrBuilder getListOrBuilder ()

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

genel özet Dize 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;

genel özet 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;

genel özet com.google.protobuf.ByteString getS ()

 "string"
 
bytes s = 2;

genel özet TensorShapeProto getShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

genel özet TensorShapeProtoOrBuilder getShapeOrBuilder ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

genel özet TensorProto getTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

genel özet TensorProtoOrBuilder getTensorOrBuilder ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

genel özet DataType getType ()

 "type"
 
.tensorflow.DataType type = 6;

genel özet int getTypeValue ()

 "type"
 
.tensorflow.DataType type = 6;

genel özet AttrValue.ValueCase getValueCase ()

genel soyut 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 soyut boolean hasList ()

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

genel soyut boolean hasShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

genel soyut boolean hasTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;