публичный финальный класс 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 |
Публичные методы
логическое значение | содержитAttr (строковый ключ) Operation-specific graph-construction-time configuration. |
логическое значение | равно (Объект obj) |
Карта<String, AttrValue > | getAttr () Вместо этого используйте getAttrMap() . |
интервал | getAttrCount () Operation-specific graph-construction-time configuration. |
Карта<String, AttrValue > | getAттрмап () Operation-specific graph-construction-time configuration. |
Атрвалуе | getAttrOrDefault (строковый ключ, AttrValue defaultValue) Operation-specific graph-construction-time configuration. |
Атрвалуе | getAttrOrThrow (строковый ключ) Operation-specific graph-construction-time configuration. |
статический NodeDef | |
NodeDef | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
Нить | получитьУстройство () A (possibly partial) specification for the device on which this node should be placed. |
com.google.protobuf.ByteString | getDeviceBytes () A (possibly partial) specification for the device on which this node should be placed. |
NodeDef.ExperimentalDebugInfo | getExperimentalDebugInfo () This stores debug information associated with the node. |
NodeDef.ExperimentalDebugInfoOrBuilder | getExperimentalDebugInfoOrBuilder () This stores debug information associated with the node. |
Нить | getInput (целочисленный индекс) 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 (индекс целого числа) Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node". |
интервал | получитьИнпутКаунт () 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 | получитьИнпутЛист () 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. |
Нить | получитьОп () The operation name. |
com.google.protobuf.ByteString | getOpBytes () The operation name. |
интервал | |
окончательный com.google.protobuf.UnknownFieldSet | |
логическое значение | имеетExperimentalDebugInfo () This stores debug information associated with the node. |
интервал | хэш-код () |
последнее логическое значение | |
статический NodeDef.Builder | newBuilder (прототип NodeDef ) |
статический NodeDef.Builder | |
NodeDef.Builder | |
статический NodeDef | parseDelimitedFrom (входной поток) |
статический NodeDef | parseDelimitedFrom (ввод InputStream, 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 (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический NodeDef | parseFrom (данные com.google.protobuf.ByteString) |
статический NodeDef | parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический NodeDef | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический | парсер () |
NodeDef.Builder | toBuilder () |
пустота | 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)
public 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;
public 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;
общедоступный статический окончательный 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;
public 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;
public NodeDef.ExperimentalDebugInfo getExperimentalDebugInfo ()
This stores debug information associated with the node.
.tensorflow.NodeDef.ExperimentalDebugInfo experimental_debug_info = 6;
public NodeDef.ExperimentalDebugInfoOrBuilder getExperimentalDebugInfoOrBuilder ()
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;
public 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;
public 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;
public 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 ()
public int getSerializedSize ()
публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
общедоступное логическое значение hasExperimentalDebugInfo ()
This stores debug information associated with the node.
.tensorflow.NodeDef.ExperimentalDebugInfo experimental_debug_info = 6;
public int hashCode ()
публичное финальное логическое значение isInitialized ()
общедоступный статический NodeDef parseDelimitedFrom (входной поток InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический NodeDef parseFrom (данные ByteBuffer)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический NodeDef parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический NodeDef parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический NodeDef parseFrom (вход com.google.protobuf.CodedInputStream)
Броски
Исключение IO |
---|
общедоступный статический NodeDef parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический NodeDef parseFrom (данные com.google.protobuf.ByteString)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический NodeDef parseFrom (вход InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический NodeDef parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
Исключение IO |
---|