الواجهة العامة AttrValueOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| منطقية مجردة | احصل على ب () "bool" bool b = 5; |
| تعويم مجردة | احصل على () "float" float f = 4; |
| مجردة NameAttrList | الحصول على فونك () "func" represents a function. |
| مجردة NameAttrListOrBuilder | الحصول على FuncOrBuilder () "func" represents a function. |
| مجردة طويلة | احصل على () "int" int64 i = 3; |
| مجردة AttrValue.ListValue | قائمة () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
| مجردة AttrValue.ListValueOrBuilder | getListOrBuilder () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
| سلسلة مجردة | الحصول على العنصر النائب () This is a placeholder only used in nodes defined inside a function. |
| مجردة com.google.protobuf.ByteString | GetPlaceholderBytes () This is a placeholder only used in nodes defined inside a function. |
| مجردة com.google.protobuf.ByteString | يحصل () "string" bytes s = 2; |
| مجردة TensorShapeProto | الحصول على الشكل () "shape" .tensorflow.TensorShapeProto shape = 7; |
| مجردة TensorShapeProtoOrBuilder | الحصول على الشكل أو البناء () "shape" .tensorflow.TensorShapeProto shape = 7; |
| مجردة TensorProto | الحصول على Tensor () "tensor" .tensorflow.TensorProto tensor = 8; |
| مجردة TensorProtoOrBuilder | الحصول على TensorOrBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
| نوع البيانات الملخص | الحصول على النوع () "type" .tensorflow.DataType type = 6; |
| كثافة العمليات مجردة | الحصول علىTypeValue () "type" .tensorflow.DataType type = 6; |
| مجردة AttrValue.ValueCase | |
| منطقية مجردة | hasFunc () "func" represents a function. |
| منطقية مجردة | قائمة () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
| منطقية مجردة | الشكل () "shape" .tensorflow.TensorShapeProto shape = 7; |
| منطقية مجردة | hasTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
الأساليب العامة
الملخص المنطقي العام getB ()
"bool"
bool b = 5; تعويم الملخص العام getF ()
"float"
float f = 4; الملخص العام 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; الملخص العام 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; ملخص عام طويل getI ()
"int"
int64 i = 3; الملخص العام AttrValue.ListValue getList ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1; الملخص العام AttrValue.ListValueOrBuilder getListOrBuilder ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1; سلسلة 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; الملخص العام 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; الملخص العام com.google.protobuf.ByteString getS ()
"string"
bytes s = 2; الملخص العام TensorShapeProtoOrBuilder getShapeOrBuilder ()
"shape"
.tensorflow.TensorShapeProto shape = 7; الملخص العام TensorProtoOrBuilder getTensorOrBuilder ()
"tensor"
.tensorflow.TensorProto tensor = 8; الملخص العام int getTypeValue ()
"type"
.tensorflow.DataType type = 6; الملخص المنطقي العام 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; قائمة التصنيفات المنطقية المجردة العامة ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1; hasShape المنطقي الملخص العام ()
"shape"
.tensorflow.TensorShapeProto shape = 7; الملخص المنطقي العام hasTensor ()
"tensor"
.tensorflow.TensorProto tensor = 8;