interface pública AttrValueOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
booleano abstrato | obterB () "bool" bool b = 5; |
flutuador abstrato | obterF () "float" float f = 4; |
nome abstratoAttrList | getFunc () "func" represents a function. |
Nome abstratoAttrListOrBuilder | getFuncOrBuilder () "func" represents a function. |
abstrato longo | pegar eu () "int" int64 i = 3; |
abstrato AttrValue.ListValue | getLista () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
abstrato AttrValue.ListValueOrBuilder | getListOrBuilder () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
cadeia abstrata | getPlaceholder () This is a placeholder only used in nodes defined inside a function. |
abstrato com.google.protobuf.ByteString | getPlaceholderBytes () This is a placeholder only used in nodes defined inside a function. |
abstrato com.google.protobuf.ByteString | obterS () "string" bytes s = 2; |
abstrato TensorShapeProto | obterForma () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorShapeProtoOrBuilder abstrato | getShapeOrBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorProto abstrato | obterTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder abstrato | getTensorOrBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
tipo de dados abstrato | getType () "type" .tensorflow.DataType type = 6; |
abstrato int | getTypeValue () "type" .tensorflow.DataType type = 6; |
abstrato AttrValue.ValueCase | getValueCase () |
booleano abstrato | hasFunc () "func" represents a function. |
booleano abstrato | hasList () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
booleano abstrato | temForma () "shape" .tensorflow.TensorShapeProto shape = 7; |
booleano abstrato | temTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
Métodos Públicos
público abstrato booleano getB ()
"bool"
bool b = 5;
flutuador abstrato público getF ()
"float"
float f = 4;
público abstrato 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;
público abstrato 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;
público abstrato longo getI ()
"int"
int64 i = 3;
público abstrato AttrValue.ListValue getList ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
público abstrato AttrValue.ListValueOrBuilder getListOrBuilder ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
String abstrata pública 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;
resumo público 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;
resumo público com.google.protobuf.ByteString getS ()
"string"
bytes s = 2;
público abstrato TensorShapeProtoOrBuilder getShapeOrBuilder ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
público abstrato TensorProtoOrBuilder getTensorOrBuilder ()
"tensor"
.tensorflow.TensorProto tensor = 8;
público abstrato int getTypeValue ()
"type"
.tensorflow.DataType type = 6;
público abstrato booleano 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;
hasList booleano abstrato público ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
hasShape booleano abstrato público ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
hasTensor booleano abstrato público ()
"tensor"
.tensorflow.TensorProto tensor = 8;