NodeDef

NodeDef คลาสสุดท้ายสาธารณะ

Protobuf ประเภท tensorflow.NodeDef

คลาสที่ซ้อนกัน

ระดับ NodeDef.Builder Protobuf ประเภท tensorflow.NodeDef
ระดับ NodeDef.ExperimentalDebugInfo Protobuf ประเภท tensorflow.NodeDef.ExperimentalDebugInfo
อินเตอร์เฟซ NodeDef.ExperimentalDebugInfoOrBuilder

ค่าคงที่

ภายใน ATTR_FIELD_NUMBER
ภายใน DEVICE_FIELD_NUMBER
ภายใน EXPERIMENTAL_DEBUG_INFO_FIELD_NUMBER
ภายใน INPUT_FIELD_NUMBER
ภายใน NAME_FIELD_NUMBER
ภายใน OP_FIELD_NUMBER

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

บูลีน
containsAttr (คีย์สตริง)
 Operation-specific graph-construction-time configuration.
บูลีน
เท่ากับ (วัตถุ obj)
แมป<สตริง, AttrValue >
getAttr ()
ใช้ getAttrMap() แทน
ภายใน
getAttrCount ()
 Operation-specific graph-construction-time configuration.
แมป<สตริง, AttrValue >
getAttrMap ()
 Operation-specific graph-construction-time configuration.
AttrValue
getAttrOrDefault (คีย์สตริง AttrValue defaultValue)
 Operation-specific graph-construction-time configuration.
AttrValue
getAttrOrThrow (คีย์สตริง)
 Operation-specific graph-construction-time configuration.
NodeDef แบบคงที่
โหนดDef
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
สตริง
รับอุปกรณ์ ()
 A (possibly partial) specification for the device on which this
 node should be placed.
com.google.protobuf.ByteString
รับอุปกรณ์ไบต์ ()
 A (possibly partial) specification for the device on which this
 node should be placed.
NodeDef.ExperimentalDebugInfo
รับข้อมูลทดลอง DebugInfo ()
 This stores debug information associated with the node.
NodeDef.ExperimentalDebugInfoOrBuilder
รับ ExperimentalDebugInfoOrBuilder ()
 This stores debug information associated with the node.
สตริง
getInput (ดัชนี int)
 Each input is "node:src_output" with "node" being a string name and
 "src_output" indicating which output tensor to use from "node".
com.google.protobuf.ByteString
getInputBytes (ดัชนี int)
 Each input is "node:src_output" with "node" being a string name and
 "src_output" indicating which output tensor to use from "node".
ภายใน
getInputCount ()
 Each input is "node:src_output" with "node" being a string name and
 "src_output" indicating which output tensor to use from "node".
com.google.protobuf.ProtocolStringList
รับInputList ()
 Each input is "node:src_output" with "node" being a string name and
 "src_output" indicating which output tensor to use from "node".
สตริง
รับชื่อ ()
 The name given to this operator.
com.google.protobuf.ByteString
getNameBytes ()
 The name given to this operator.
สตริง
รับOp ()
 The operation name.
com.google.protobuf.ByteString
getOpBytes ()
 The operation name.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
บูลีน
มีข้อมูล Debug ทดลอง ()
 This stores debug information associated with the node.
ภายใน
บูลีนสุดท้าย
NodeDef.Builder แบบคงที่
newBuilder (ต้นแบบ NodeDef )
NodeDef.Builder แบบคงที่
NodeDef.Builder
NodeDef แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
NodeDef แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeDef แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
NodeDef แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeDef แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeDef แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
NodeDef แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeDef แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
NodeDef แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeDef แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
NodeDef.Builder
เป็นโมฆะ
writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream)

วิธีการสืบทอด

ค่าคงที่

int สุดท้ายคงที่สาธารณะ ATTR_FIELD_NUMBER

ค่าคงที่: 5

สาธารณะคงที่ขั้นสุดท้าย int DEVICE_FIELD_NUMBER

ค่าคงที่: 4

int สุดท้ายคงที่สาธารณะ EXPERIMENTAL_DEBUG_INFO_FIELD_NUMBER

ค่าคงที่: 6

int สุดท้ายคงที่สาธารณะ INPUT_FIELD_NUMBER

ค่าคงที่: 3

int สุดท้ายคงที่สาธารณะ NAME_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int OP_FIELD_NUMBER

ค่าคงที่: 2

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

บูลีนสาธารณะ containsAttr (คีย์สตริง)

 Operation-specific graph-construction-time configuration.
 Note that this should include all attrs defined in the
 corresponding OpDef, including those with a value matching
 the default -- this allows the default to change and makes
 NodeDefs easier to interpret on their own.  However, if
 an attr with a default is not specified in this list, the
 default will be used.
 The "names" (keys) must match the regexp "[a-z][a-z0-9_]+" (and
 one of the names from the corresponding OpDef's attr field).
 The values must have a type matching the corresponding OpDef
 attr's type field.
 TODO(josh11b): Add some examples here showing best practices.
 
map<string, .tensorflow.AttrValue> attr = 5;

บูลีนสาธารณะ เท่ากับ (Object obj)

แผนที่สาธารณะ <String, AttrValue > getAttr ()

ใช้ getAttrMap() แทน

สาธารณะ int getAttrCount ()

 Operation-specific graph-construction-time configuration.
 Note that this should include all attrs defined in the
 corresponding OpDef, including those with a value matching
 the default -- this allows the default to change and makes
 NodeDefs easier to interpret on their own.  However, if
 an attr with a default is not specified in this list, the
 default will be used.
 The "names" (keys) must match the regexp "[a-z][a-z0-9_]+" (and
 one of the names from the corresponding OpDef's attr field).
 The values must have a type matching the corresponding OpDef
 attr's type field.
 TODO(josh11b): Add some examples here showing best practices.
 
map<string, .tensorflow.AttrValue> attr = 5;

แผนที่สาธารณะ <String, AttrValue > getAttrMap ()

 Operation-specific graph-construction-time configuration.
 Note that this should include all attrs defined in the
 corresponding OpDef, including those with a value matching
 the default -- this allows the default to change and makes
 NodeDefs easier to interpret on their own.  However, if
 an attr with a default is not specified in this list, the
 default will be used.
 The "names" (keys) must match the regexp "[a-z][a-z0-9_]+" (and
 one of the names from the corresponding OpDef's attr field).
 The values must have a type matching the corresponding OpDef
 attr's type field.
 TODO(josh11b): Add some examples here showing best practices.
 
map<string, .tensorflow.AttrValue> attr = 5;

AttrValue getAttrOrDefault สาธารณะ (คีย์สตริง, AttrValue defaultValue)

 Operation-specific graph-construction-time configuration.
 Note that this should include all attrs defined in the
 corresponding OpDef, including those with a value matching
 the default -- this allows the default to change and makes
 NodeDefs easier to interpret on their own.  However, if
 an attr with a default is not specified in this list, the
 default will be used.
 The "names" (keys) must match the regexp "[a-z][a-z0-9_]+" (and
 one of the names from the corresponding OpDef's attr field).
 The values must have a type matching the corresponding OpDef
 attr's type field.
 TODO(josh11b): Add some examples here showing best practices.
 
map<string, .tensorflow.AttrValue> attr = 5;

AttrValue สาธารณะ getAttrOrThrow (คีย์สตริง)

 Operation-specific graph-construction-time configuration.
 Note that this should include all attrs defined in the
 corresponding OpDef, including those with a value matching
 the default -- this allows the default to change and makes
 NodeDefs easier to interpret on their own.  However, if
 an attr with a default is not specified in this list, the
 default will be used.
 The "names" (keys) must match the regexp "[a-z][a-z0-9_]+" (and
 one of the names from the corresponding OpDef's attr field).
 The values must have a type matching the corresponding OpDef
 attr's type field.
 TODO(josh11b): Add some examples here showing best practices.
 
map<string, .tensorflow.AttrValue> attr = 5;

NodeDef สาธารณะคง ที่ getDefaultInstance ()

NodeDef สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สตริงสาธารณะ getDevice ()

 A (possibly partial) specification for the device on which this
 node should be placed.
 The expected syntax for this string is as follows:
 DEVICE_SPEC ::= PARTIAL_SPEC
 PARTIAL_SPEC ::= ("/" CONSTRAINT) *
 CONSTRAINT ::= ("job:" JOB_NAME)
              | ("replica:" [1-9][0-9]*)
              | ("task:" [1-9][0-9]*)
              | ("device:" [A-Za-z]* ":" ([1-9][0-9]* | "*") )
 Valid values for this string include:
 * "/job:worker/replica:0/task:1/device:GPU:3"  (full specification)
 * "/job:worker/device:GPU:3"                   (partial specification)
 * ""                                    (no specification)
 If the constraints do not resolve to a single device (or if this
 field is empty or not present), the runtime will attempt to
 choose a device automatically.
 
string device = 4;

สาธารณะ com.google.protobuf.ByteString getDeviceBytes ()

 A (possibly partial) specification for the device on which this
 node should be placed.
 The expected syntax for this string is as follows:
 DEVICE_SPEC ::= PARTIAL_SPEC
 PARTIAL_SPEC ::= ("/" CONSTRAINT) *
 CONSTRAINT ::= ("job:" JOB_NAME)
              | ("replica:" [1-9][0-9]*)
              | ("task:" [1-9][0-9]*)
              | ("device:" [A-Za-z]* ":" ([1-9][0-9]* | "*") )
 Valid values for this string include:
 * "/job:worker/replica:0/task:1/device:GPU:3"  (full specification)
 * "/job:worker/device:GPU:3"                   (partial specification)
 * ""                                    (no specification)
 If the constraints do not resolve to a single device (or if this
 field is empty or not present), the runtime will attempt to
 choose a device automatically.
 
string device = 4;

NodeDef.ExperimentalDebugInfo สาธารณะ getExperimentalDebugInfo ()

 This stores debug information associated with the node.
 
.tensorflow.NodeDef.ExperimentalDebugInfo experimental_debug_info = 6;

NodeDef.ExperimentalDebugInfoOrBuilder สาธารณะ รับ ExperimentalDebugInfoOrBuilder ()

 This stores debug information associated with the node.
 
.tensorflow.NodeDef.ExperimentalDebugInfo experimental_debug_info = 6;

สตริงสาธารณะ getInput (ดัชนี int)

 Each input is "node:src_output" with "node" being a string name and
 "src_output" indicating which output tensor to use from "node". If
 "src_output" is 0 the ":0" suffix can be omitted.  Regular inputs
 may optionally be followed by control inputs that have the format
 "^node".
 
repeated string input = 3;

สาธารณะ com.google.protobuf.ByteString getInputBytes (ดัชนี int)

 Each input is "node:src_output" with "node" being a string name and
 "src_output" indicating which output tensor to use from "node". If
 "src_output" is 0 the ":0" suffix can be omitted.  Regular inputs
 may optionally be followed by control inputs that have the format
 "^node".
 
repeated string input = 3;

สาธารณะ int getInputCount ()

 Each input is "node:src_output" with "node" being a string name and
 "src_output" indicating which output tensor to use from "node". If
 "src_output" is 0 the ":0" suffix can be omitted.  Regular inputs
 may optionally be followed by control inputs that have the format
 "^node".
 
repeated string input = 3;

สาธารณะ com.google.protobuf.ProtocolStringList getInputList ()

 Each input is "node:src_output" with "node" being a string name and
 "src_output" indicating which output tensor to use from "node". If
 "src_output" is 0 the ":0" suffix can be omitted.  Regular inputs
 may optionally be followed by control inputs that have the format
 "^node".
 
repeated string input = 3;

สตริงสาธารณะ getName ()

 The name given to this operator. Used for naming inputs,
 logging, visualization, etc.  Unique within a single GraphDef.
 Must match the regexp "[A-Za-z0-9.][A-Za-z0-9_>./]*".
 
string name = 1;

สาธารณะ com.google.protobuf.ByteString getNameBytes ()

 The name given to this operator. Used for naming inputs,
 logging, visualization, etc.  Unique within a single GraphDef.
 Must match the regexp "[A-Za-z0-9.][A-Za-z0-9_>./]*".
 
string name = 1;

สตริงสาธารณะ getOp ()

 The operation name.  There may be custom parameters in attrs.
 Op names starting with an underscore are reserved for internal use.
 
string op = 2;

สาธารณะ com.google.protobuf.ByteString getOpBytes ()

 The operation name.  There may be custom parameters in attrs.
 Op names starting with an underscore are reserved for internal use.
 
string op = 2;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

บูลีนสาธารณะ hasExperimentalDebugInfo ()

 This stores debug information associated with the node.
 
.tensorflow.NodeDef.ExperimentalDebugInfo experimental_debug_info = 6;

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

NodeDef.Builder สาธารณะแบบคง ที่ newBuilder (ต้นแบบ NodeDef )

NodeDef.Builder สาธารณะแบบคง ที่ newBuilder ()

NodeDef.Builder สาธารณะ newBuilderForType ()

NodeDef แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

NodeDef แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ NodeDef parseFrom แบบคงที่ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

NodeDef แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

NodeDef แบบคงที่สาธารณะ parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

NodeDef parseFrom คง ที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream)

ขว้าง
IOข้อยกเว้น

NodeDef แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ NodeDef parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

NodeDef แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

NodeDef แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

NodeDef.Builder สาธารณะ ถึง Builder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น