interfaz pública AttrValueOrBuilder
Subclases indirectas conocidas |
Métodos públicos
booleano abstracto | obtenerB () "bool" bool b = 5; |
flotador abstracto | obtenerF () "float" float f = 4; |
resumen NameAttrList | obtenerFunc () "func" represents a function. |
resumen NameAttrListOrBuilder | getFuncOrBuilder () "func" represents a function. |
resumen largo | obtener yo () "int" int64 i = 3; |
resumen AttrValue.ListValue | obtener lista () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
abstracto AttrValue.ListValueOrBuilder | getListOrBuilder () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
cadena abstracta | obtener marcador de posición () This is a placeholder only used in nodes defined inside a function. |
resumen com.google.protobuf.ByteString | obtenerPlaceholderBytes () This is a placeholder only used in nodes defined inside a function. |
resumen com.google.protobuf.ByteString | obtiene () "string" bytes s = 2; |
resumen TensorShapeProto | obtener forma () "shape" .tensorflow.TensorShapeProto shape = 7; |
abstracto TensorShapeProtoOrBuilder | getShapeOrBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorProto abstracto | obtenerTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder abstracto | getTensorOrBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
tipo de datos abstracto | obtener tipo () "type" .tensorflow.DataType type = 6; |
resumen entero | obtenerTipoValor () "type" .tensorflow.DataType type = 6; |
resumen AttrValue.ValueCase | |
booleano abstracto | tieneFunc () "func" represents a function. |
booleano abstracto | tieneLista () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
booleano abstracto | tiene forma () "shape" .tensorflow.TensorShapeProto shape = 7; |
booleano abstracto | tieneTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
Métodos públicos
getB booleano abstracto público ()
"bool"
bool b = 5;
getF flotante abstracto público ()
"float"
float f = 4;
resumen público 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;
resumen público 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;
resumen público largo getI ()
"int"
int64 i = 3;
resumen público AttrValue.ListValue getList ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
resumen público AttrValue.ListValueOrBuilder getListOrBuilder ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
Cadena abstracta 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;
resumen 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;
resumen público com.google.protobuf.ByteString getS ()
"string"
bytes s = 2;
resumen público TensorShapeProtoOrBuilder getShapeOrBuilder ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
resumen público TensorProtoOrBuilder getTensorOrBuilder ()
"tensor"
.tensorflow.TensorProto tensor = 8;
resumen público int getTypeValue ()
"type"
.tensorflow.DataType type = 6;
hasFunc booleano abstracto público ()
"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 abstracto público ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
hasShape booleano abstracto público ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
hasTensor booleano abstracto público ()
"tensor"
.tensorflow.TensorProto tensor = 8;