AttrValueOrBuilder

อินเทอร์เฟซสาธารณะ AttrValueOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

บูลีนนามธรรม
รับบี ()
 "bool"
 
bool b = 5;
ลอยนามธรรม
รับF ()
 "float"
 
float f = 4;
ชื่อนามธรรมAttrList
รับฟังก์ชั่น ()
 "func" represents a function.
ชื่อนามธรรม AttrListOrBuilder
getFuncOrBuilder ()
 "func" represents a function.
ยาวเป็นนามธรรม
รับฉัน ()
 "int"
 
int64 i = 3;
นามธรรม AttrValue.ListValue
รับรายการ ()
 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
รับS ()
 "string"
 
bytes s = 2;
นามธรรม TensorShapeProto
รับรูปร่าง ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
นามธรรม TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
นามธรรม TensorProto
รับเทนเซอร์ ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
นามธรรม TensorProtoOrBuilder
getTensorOrBuilder ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
ประเภทข้อมูล นามธรรม
รับประเภท ()
 "type"
 
.tensorflow.DataType type = 6;
บทคัดย่อ
getTypeValue ()
 "type"
 
.tensorflow.DataType type = 6;
นามธรรม AttrValue.ValueCase
บูลีนนามธรรม
มีฟังก์ชั่น ()
 "func" represents a function.
บูลีนนามธรรม
มีรายการ ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
บูลีนนามธรรม
มีรูปร่าง ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
บูลีนนามธรรม
มีเทนเซอร์ ()
 "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;

นามธรรมสาธารณะ 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. 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;