ממשק ציבורי AttrValueOrBuilder 
| תת-מחלקות עקיפות ידועות | 
שיטות ציבוריות
| בוליאני מופשט |  getB ()  "bool" bool b = 5; | 
| לצוף מופשט |  getF ()  "float" float f = 4; | 
| תקציר NameAttrList |  getFunc ()  "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.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; | 
| תקציר 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; | 
שיטות ציבוריות
תקציר בוליאני פומבי 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; תקציר בוליאני hasList ציבורי ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1; תקציר בוליאני hasShape ציבורי ()
"shape"
.tensorflow.TensorShapeProto shape = 7; תקציר ציבורי בוליאני hasTensor ()
"tensor"
.tensorflow.TensorProto tensor = 8;