מחלקה סופית סטטית ציבורית AttrValue.Builder
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
מסוג Protobuf.AttrValue שיטות ציבוריות
AttrValue.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
AttrValue | לבנות () |
AttrValue | buildPartial () |
AttrValue.Builder | ברור () |
AttrValue.Builder | clearB () "bool" bool b = 5; |
AttrValue.Builder | clearF () "float" float f = 4; |
AttrValue.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
AttrValue.Builder | clearFunc () "func" represents a function. |
AttrValue.Builder | ברור אני () "int" int64 i = 3; |
AttrValue.Builder | clearList () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
AttrValue.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AttrValue.Builder | clearPlaceholder () This is a placeholder only used in nodes defined inside a function. |
AttrValue.Builder | clearS () "string" bytes s = 2; |
AttrValue.Builder | clearShape () "shape" .tensorflow.TensorShapeProto shape = 7; |
AttrValue.Builder | clearTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
AttrValue.Builder | clearType () "type" .tensorflow.DataType type = 6; |
AttrValue.Builder | clearValue () |
AttrValue.Builder | שיבוט () |
בוליאני | getB () "bool" bool b = 5; |
AttrValue | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
לָצוּף | getF () "float" float f = 4; |
NameAttrList | getFunc () "func" represents a function. |
NameAttrList.Builder | getFuncBuilder () "func" represents a function. |
NameAttrListOrBuilder | getFuncOrBuilder () "func" represents a function. |
אָרוֹך | getI () "int" int64 i = 3; |
AttrValue.ListValue | getList () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
AttrValue.ListValue.Builder | getListBuilder () 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; |
TensorShapeProto.Builder | getShapeBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorProto | getTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
TensorProto.Builder | getTensorBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder | getTensorOrBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
DataType | getType () "type" .tensorflow.DataType type = 6; |
int | 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; |
בוליאנית סופית | |
AttrValue.Builder | mergeFrom (com.google.protobuf.Message אחר) |
AttrValue.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | |
final AttrValue.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
AttrValue.Builder | setB (ערך בוליאני) "bool" bool b = 5; |
AttrValue.Builder | setF (ערך צף) "float" float f = 4; |
AttrValue.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | setI (ערך ארוך) "int" int64 i = 3; |
AttrValue.Builder | |
AttrValue.Builder | setList ( AttrValue.ListValue.Builder builderForValue) any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
AttrValue.Builder | setPlaceholder (ערך מחרוזת) This is a placeholder only used in nodes defined inside a function. |
AttrValue.Builder | setPlaceholderBytes (ערך com.google.protobuf.ByteString) This is a placeholder only used in nodes defined inside a function. |
AttrValue.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
AttrValue.Builder | setS (ערך com.google.protobuf.ByteString) "string" bytes s = 2; |
AttrValue.Builder | |
AttrValue.Builder | setShape ( TensorShapeProto.Builder builderForValue) "shape" .tensorflow.TensorShapeProto shape = 7; |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | setTypeValue (ערך int) "type" .tensorflow.DataType type = 6; |
final AttrValue.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public AttrValue.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public AttrValue.Builder clearFunc ()
"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;
public AttrValue.Builder clearPlaceholder ()
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;
getB בוליאני ציבורי ()
"bool"
bool b = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
ציפה ציבורית getF ()
"float"
float f = 4;
public 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;
public NameAttrList.Builder getFuncBuilder ()
"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;
public 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;
Public long getI ()
"int"
int64 i = 3;
public AttrValue.ListValue.Builder getListBuilder ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
public 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;
public 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;
public com.google.protobuf.ByteString getS ()
"string"
bytes s = 2;
הציבור TensorShapeProtoOrBuilder getShapeOrBuilder ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
public 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;
יש Tensor בוליאני ציבורי ()
"tensor"
.tensorflow.TensorProto tensor = 8;
בוליאני הסופי הציבורי הוא אתחול ()
public AttrValue.Builder mergeFrom (com.google.protobuf.CodedInputStream קלט, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public AttrValue.Builder mergeFunc (ערך NameAttrList )
"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;
public AttrValue.Builder mergeList (ערך AttrValue.ListValue )
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
public AttrValue.Builder mergeShape (ערך TensorShapeProto )
"shape"
.tensorflow.TensorShapeProto shape = 7;
public AttrValue.Builder mergeTensor (ערך TensorProto )
"tensor"
.tensorflow.TensorProto tensor = 8;
public final AttrValue.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public AttrValue.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public AttrValue.Builder setFunc ( NameAttrList.Builder builderForValue)
"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;
public AttrValue.Builder setFunc (ערך NameAttrList )
"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;
Public AttrValue.Builder setList (ערך AttrValue.ListValue )
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
Public AttrValue.Builder setList ( AttrValue.ListValue.Builder builderForValue)
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
public AttrValue.Builder setPlaceholder (ערך מחרוזת)
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;
public AttrValue.Builder setPlaceholderBytes (ערך com.google.protobuf.ByteString)
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;
public AttrValue.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
public AttrValue.Builder setShape (ערך TensorShapeProto )
"shape"
.tensorflow.TensorShapeProto shape = 7;
public AttrValue.Builder setShape ( TensorShapeProto.Builder builderForValue)
"shape"
.tensorflow.TensorShapeProto shape = 7;
public AttrValue.Builder setTensor ( TensorProto.Builder builderForValue)
"tensor"
.tensorflow.TensorProto tensor = 8;