کلاس نهایی عمومی AttrValue
Protocol buffer representing the value for an attr used to configure an Op. Comment indicates the corresponding attr type. Only the field matching the attr type may be filled.
tensorflow.AttrValue
کلاس های تو در تو
کلاس | AttrValue.Builder | Protocol buffer representing the value for an attr used to configure an Op. | |
کلاس | AttrValue.ListValue | LINT.IfChange tensorflow.AttrValue.ListValue | |
رابط کاربری | AttrValue.ListValueOrBuilder | ||
enum | AttrValue.ValueCase |
ثابت ها
بین المللی | B_FIELD_NUMBER | |
بین المللی | FUNC_FIELD_NUMBER | |
بین المللی | F_FIELD_NUMBER | |
بین المللی | I_FIELD_NUMBER | |
بین المللی | LIST_FIELD_NUMBER | |
بین المللی | PLACEHOLDER_FIELD_NUMBER | |
بین المللی | SHAPE_FIELD_NUMBER | |
بین المللی | S_FIELD_NUMBER | |
بین المللی | TENSOR_FIELD_NUMBER | |
بین المللی | TYPE_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
بولی | getB () "bool" bool b = 5; |
AttrValue استاتیک | |
AttrValue | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
شناور | 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; |
com.google.protobuf.UnknownFieldSet نهایی | |
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; |
بین المللی | کد هش () |
بولی نهایی | |
Static AttrValue.Builder | newBuilder (نمونه اولیه AttrValue ) |
Static AttrValue.Builder | newBuilder () |
AttrValue.Builder | |
AttrValue استاتیک | parseDelimitedFrom (ورودی جریان ورودی) |
AttrValue استاتیک | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttrValue استاتیک | parseFrom (داده های ByteBuffer) |
AttrValue استاتیک | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttrValue استاتیک | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttrValue استاتیک | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
AttrValue استاتیک | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttrValue استاتیک | parseFrom (داده های com.google.protobuf.ByteString) |
AttrValue استاتیک | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttrValue استاتیک | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ایستا | تجزیه کننده () |
AttrValue.Builder | toBuilder () |
باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی B_FIELD_NUMBER
ارزش ثابت: 5
نهایی استاتیک عمومی FUNC_FIELD_NUMBER
ارزش ثابت: 10
نهایی استاتیک عمومی F_FIELD_NUMBER
ارزش ثابت: 4
نهایی استاتیک عمومی I_FIELD_NUMBER
مقدار ثابت: 3
نهایی استاتیک عمومی LIST_FIELD_NUMBER
ارزش ثابت: 1
نهایی استاتیک عمومی PLACEHOLDER_FIELD_NUMBER
مقدار ثابت: 9
SHAPE_FIELD_NUMBER نهایی استاتیک عمومی
ارزش ثابت: 7
S_FIELD_NUMBER نهایی استاتیک عمومی
ارزش ثابت: 2
نهایی استاتیک عمومی TENSOR_FIELD_NUMBER
مقدار ثابت: 8
نهایی استاتیک عمومی TYPE_FIELD_NUMBER
مقدار ثابت: 6
روش های عمومی
بولین عمومی برابر است (Object Obj)
getB بولی عمومی ()
"bool"
bool b = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی 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;
دریافت طولانی مدت عمومی ()
"int"
int64 i = 3;
عمومی AttrValue.ListValueOrBuilder getListOrBuilder ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
عمومی getParserForType ()
رشته عمومی 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;
عمومی int getSerializedSize ()
عمومی TensorShapeProtoOrBuilder getShapeOrBuilder ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
عمومی int getTypeValue ()
"type"
.tensorflow.DataType type = 6;
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
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 بولین عمومی ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
hasShape بولی عمومی ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
hasTensor بولین عمومی ()
"tensor"
.tensorflow.TensorProto tensor = 8;
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی Static AttrValue parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک AttrValue parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک AttrValue parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک AttrValue parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک AttrValue parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک AttrValue parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک AttrValue parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک AttrValue parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|