AttrValueOrBuilder

interfaccia pubblica AttrValueOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

booleano astratto
getB ()
 "bool"
 
bool b = 5;
galleggiante astratto
getF ()
 "float"
 
float f = 4;
abstract NomeAttrList
getFunzione ()
 "func" represents a function.
abstract NameAttrListOrBuilder
getFuncOrBuilder ()
 "func" represents a function.
astratto lungo
prendiI ()
 "int"
 
int64 i = 3;
valore AttrValue.ListValue astratto
getLista ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
astratto AttrValue.ListValueOrBuilder
getListOrBuilder ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
stringa astratta
getPlaceholder ()
 This is a placeholder only used in nodes defined inside a
 function.
astratto com.google.protobuf.ByteString
getPlaceholderBytes ()
 This is a placeholder only used in nodes defined inside a
 function.
astratto com.google.protobuf.ByteString
prende ()
 "string"
 
bytes s = 2;
astratto TensorShapeProto
ottieni forma ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
astratto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
TensoreProto astratto
getTensore ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
astratto TensorProtoOrBuilder
getTensorOrBuilder ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
tipo di dati astratto
getType ()
 "type"
 
.tensorflow.DataType type = 6;
astratto int
getTypeValue ()
 "type"
 
.tensorflow.DataType type = 6;
astratto AttrValue.ValueCase
booleano astratto
haFunzione ()
 "func" represents a function.
booleano astratto
listaha ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
booleano astratto
haForma ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
booleano astratto
haTensore ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;

Metodi pubblici

pubblico astratto booleano getB ()

 "bool"
 
bool b = 5;

pubblico astratto float getF ()

 "float"
 
float f = 4;

estratto pubblico 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;

abstract pubblico NomeAttrListOrBuilder 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 abstract long getI ()

 "int"
 
int64 i = 3;

estratto pubblico AttrValue.ListValue getList ()

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

estratto pubblico AttrValue.ListValueOrBuilder getListOrBuilder ()

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

abstract pubblico 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;

estratto pubblico com.google.protobuf.ByteString getPlaceholderBytes ()

string placeholder = 9;

 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".
 
= 9;

estratto pubblico com.google.protobuf.ByteString getS ()

 "string"
 
bytes s = 2;

estratto pubblico TensorShapeProto getShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

estratto pubblico TensorShapeProtoOrBuilder getShapeOrBuilder ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

estratto pubblico TensorProto getTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

estratto pubblico TensorProtoOrBuilder getTensorOrBuilder ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

estratto pubblico DataType getType ()

 "type"
 
.tensorflow.DataType type = 6;

public abstract int getTypeValue ()

 "type"
 
.tensorflow.DataType type = 6;

estratto pubblico AttrValue.ValueCase getValueCase ()

hasFunc booleano astratto pubblico ()

 "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;

hasList booleano astratto pubblico ()

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

pubblico astratto booleano hasShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

hasTensor booleano astratto pubblico ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;