AttrValueOrBuilder

interface publique AttrValueOrBuilder
Sous-classes indirectes connues

Méthodes publiques

booléen abstrait
obtenirB ()
 "bool"
 
bool b = 5;
flotteur abstrait
obtenirF ()
 "float"
 
float f = 4;
abstrait NameAttrList
getFunc ()
 "func" represents a function.
abstrait NameAttrListOrBuilder
getFuncOrBuilder ()
 "func" represents a function.
abstrait long
obtenir je ()
 "int"
 
int64 i = 3;
abstrait AttrValue.ListValue
obtenirListe ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
abstrait AttrValue.ListValueOrBuilder
getListeOuBuilder ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
chaîne abstraite
getPlaceholder ()
 This is a placeholder only used in nodes defined inside a
 function.
résumé com.google.protobuf.ByteString
getPlaceholderBytes ()
 This is a placeholder only used in nodes defined inside a
 function.
résumé com.google.protobuf.ByteString
obtientS ()
 "string"
 
bytes s = 2;
TensorShapeProto abstrait
obtenirForme ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
abstrait TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
TensorProto abstrait
getTensor ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
abstrait TensorProtoOrBuilder
getTensorOrBuilder ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
Type de données abstrait
getType ()
 "type"
 
.tensorflow.DataType type = 6;
abstrait entier
getTypeValue ()
 "type"
 
.tensorflow.DataType type = 6;
abstrait AttrValue.ValueCase
booléen abstrait
hasFunc ()
 "func" represents a function.
booléen abstrait
aListe ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
booléen abstrait
aForme ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
booléen abstrait
hasTensor ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;

Méthodes publiques

public abstrait booléen getB ()

 "bool"
 
bool b = 5;

flotteur abstrait public getF ()

 "float"
 
float f = 4;

résumé public 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;

public abstrait 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;

public abstrait long getI ()

 "int"
 
int64 i = 3;

résumé public AttrValue.ListValue getList ()

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

résumé public AttrValue.ListValueOrBuilder getListOrBuilder ()

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

chaîne abstraite publique 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;

résumé 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;

résumé public com.google.protobuf.ByteString getS ()

 "string"
 
bytes s = 2;

résumé public TensorShapeProto getShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

résumé public TensorShapeProtoOrBuilder getShapeOrBuilder ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

résumé public TensorProto getTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

résumé public TensorProtoOrBuilder getTensorOrBuilder ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

public abstrait DataType getType ()

 "type"
 
.tensorflow.DataType type = 6;

public abstrait int getTypeValue ()

 "type"
 
.tensorflow.DataType type = 6;

résumé public AttrValue.ValueCase getValueCase ()

public abstrait booléen 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;

public abstrait booléen hasList ()

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

public abstrait booléen hasShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

public abstrait booléen hasTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;