AttrValueOrBuilder

giao diện công cộng AttrValueOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

trừu tượng boolean
getB ()
 "bool"
 
bool b = 5;
phao trừu tượng
lấy F ()
 "float"
 
float f = 4;
tên trừu tượngAttrList
getFunc ()
 "func" represents a function.
trừu tượng NameAttrListOrBuilder
getFuncOrBuilder ()
 "func" represents a function.
trừu tượng dài
lấy tôi ()
 "int"
 
int64 i = 3;
trừu tượng AttrValue.ListValue
lấy danh sách ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
trừu tượng AttrValue.ListValueOrBuilder
getListOrBuilder ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
chuỗi trừu tượng
getPlaceholder ()
 This is a placeholder only used in nodes defined inside a
 function.
tóm tắt com.google.protobuf.ByteString
getPlaceholderBytes ()
 This is a placeholder only used in nodes defined inside a
 function.
tóm tắt com.google.protobuf.ByteString
được ()
 "string"
 
bytes s = 2;
trừu tượng TensorShapeProto
getShape ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
trừu tượng TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
trừu tượng TensorProto
getTensor ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
trừu tượng TensorProtoOrBuilder
getTensorOrBuilder ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
kiểu dữ liệu trừu tượng
getType ()
 "type"
 
.tensorflow.DataType type = 6;
int trừu tượng
getTypeValue ()
 "type"
 
.tensorflow.DataType type = 6;
tóm tắt AttrValue.ValueCase
trừu tượng boolean
hasFunc ()
 "func" represents a function.
trừu tượng boolean
hasList ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
trừu tượng boolean
hasShape ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
trừu tượng boolean
hasTensor ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;

Phương pháp công khai

boolean trừu tượng công khai getB ()

 "bool"
 
bool b = 5;

float trừu tượng công khai getF ()

 "float"
 
float f = 4;

tóm tắt công khai 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;

tóm tắt công khai 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;

tóm tắt công khai dài getI ()

 "int"
 
int64 i = 3;

tóm tắt công khai AttrValue.ListValue getList ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

tóm tắt công khai AttrValue.ListValueOrBuilder getListOrBuilder ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

Chuỗi tóm tắt công khai 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;

tóm tắt công khai 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;

tóm tắt công khai com.google.protobuf.ByteString getS ()

 "string"
 
bytes s = 2;

tóm tắt công khai TensorShapeProto getShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

tóm tắt công khai TensorShapeProtoOrBuilder getShapeOrBuilder ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

tóm tắt công khai TensorProto getTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

tóm tắt công khai TensorProtoOrBuilder getTensorOrBuilder ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

tóm tắt công khai DataType getType ()

 "type"
 
.tensorflow.DataType type = 6;

tóm tắt công khai int getTypeValue ()

 "type"
 
.tensorflow.DataType type = 6;

tóm tắt công khai AttrValue.ValueCase getValueCase ()

boolean trừu tượng công khai 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;

boolean trừu tượng công khai hasList ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

boolean trừu tượng công khai hasShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

boolean trừu tượng công khai hasTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;