رابط عمومی AttrValueOrBuilder
زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
بولی انتزاعی | getB () "bool" bool b = 5; |
شناور انتزاعی | getF () "float" float f = 4; |
چکیده NameAttrList | getFunc () "func" represents a function. |
چکیده NameAttrListOrBuilder | getFuncOrBuilder () "func" represents a function. |
انتزاعی طولانی | دریافت من () "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. |
چکیده com.google.protobuf.ByteString | getPlaceholderBytes () This is a placeholder only used in nodes defined inside a function. |
چکیده com.google.protobuf.ByteString | getS () "string" bytes s = 2; |
انتزاعی TensorShapeProto | getShape () "shape" .tensorflow.TensorShapeProto shape = 7; |
انتزاعی TensorShapeProtoOrBuilder | getShapeOrBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
انتزاعی TensorProto | getTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
انتزاعی TensorProtoOrBuilder | getTensorOrBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
نوع داده انتزاعی | getType () "type" .tensorflow.DataType type = 6; |
انتزاعی | getTypeValue () "type" .tensorflow.DataType type = 6; |
چکیده AttrValue.ValueCase | getValueCase () |
بولی انتزاعی | hasFunc () "func" represents a function. |
بولی انتزاعی | hasList () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
بولی انتزاعی | hasShape () "shape" .tensorflow.TensorShapeProto shape = 7; |
بولی انتزاعی | hasTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
روش های عمومی
getB بولی انتزاعی عمومی ()
"bool"
bool b = 5;
انتزاعی عمومی float 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;