публичный статический конечный класс OpDef.ArgDef
For describing inputs and outputs.
tensorflow.OpDef.ArgDef Вложенные классы
| сорт | OpDef.ArgDef.Builder | For describing inputs and outputs. | |
Константы
| интервал | DESCRIPTION_FIELD_NUMBER | |
| интервал | IS_REF_FIELD_NUMBER | |
| интервал | NAME_FIELD_NUMBER | |
| интервал | NUMBER_ATTR_FIELD_NUMBER | |
| интервал | TYPE_ATTR_FIELD_NUMBER | |
| интервал | TYPE_FIELD_NUMBER | |
| интервал | TYPE_LIST_ATTR_FIELD_NUMBER |
Публичные методы
| логическое значение | равно (Объект obj) |
| статический OpDef.ArgDef | |
| OpDef.ArgDef | |
| Нить | получитьОписание () Human readable description. |
| com.google.protobuf.ByteString | getDescriptionBytes () Human readable description. |
| окончательный статический com.google.protobuf.Descriptors.Descriptor | |
| логическое значение | getIsRef () For inputs: if true, the inputs are required to be refs. |
| Нить | получитьИмя () Name for the input/output. |
| com.google.protobuf.ByteString | getNameBytes () Name for the input/output. |
| Нить | getNumberAttr () if specified, attr must have type "int" string number_attr = 5; |
| com.google.protobuf.ByteString | getNumberAttrBytes () if specified, attr must have type "int" string number_attr = 5; |
| интервал | |
| Тип данных | ПолучитьТип () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
| Нить | getTypeAttr () if specified, attr must have type "type" string type_attr = 4; |
| com.google.protobuf.ByteString | getTypeAttrBytes () if specified, attr must have type "type" string type_attr = 4; |
| Нить | getTypeListAttr () If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
| com.google.protobuf.ByteString | getTypeListAttrBytes () If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
| интервал | получитьТипЗначения () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
| окончательный com.google.protobuf.UnknownFieldSet | |
| интервал | хэш-код () |
| последнее логическое значение | |
| статический OpDef.ArgDef.Builder | newBuilder (прототип OpDef.ArgDef ) |
| статический OpDef.ArgDef.Builder | |
| OpDef.ArgDef.Builder | |
| статический OpDef.ArgDef | parseDelimitedFrom (входной поток) |
| статический OpDef.ArgDef | parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статический OpDef.ArgDef | parseFrom (данные ByteBuffer) |
| статический OpDef.ArgDef | parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статический OpDef.ArgDef | parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статический OpDef.ArgDef | parseFrom (вход com.google.protobuf.CodedInputStream) |
| статический OpDef.ArgDef | parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статический OpDef.ArgDef | parseFrom (данные com.google.protobuf.ByteString) |
| статический OpDef.ArgDef | parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статический OpDef.ArgDef | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статический | парсер () |
| OpDef.ArgDef.Builder | toBuilder () |
| пустота | writeTo (вывод com.google.protobuf.CodedOutputStream) |
Унаследованные методы
Константы
общедоступный статический окончательный int DESCRIPTION_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический окончательный int IS_REF_FIELD_NUMBER
Постоянное значение: 16
общедоступный статический окончательный int NAME_FIELD_NUMBER
Постоянное значение: 1
общедоступный статический окончательный int NUMBER_ATTR_FIELD_NUMBER
Постоянное значение: 5
общедоступный статический окончательный int TYPE_ATTR_FIELD_NUMBER
Постоянное значение: 4
общедоступный статический окончательный int TYPE_FIELD_NUMBER
Постоянное значение: 3
общедоступный статический окончательный int TYPE_LIST_ATTR_FIELD_NUMBER
Постоянное значение: 6
Публичные методы
общедоступное логическое значение равно (Object obj)
публичная строка getDescription ()
Human readable description.
string description = 2; public com.google.protobuf.ByteString getDescriptionBytes ()
Human readable description.
string description = 2; общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступное логическое значение getIsRef ()
For inputs: if true, the inputs are required to be refs. By default, inputs can be either refs or non-refs. For outputs: if true, outputs are refs, otherwise they are not.
bool is_ref = 16; общедоступная строка getName ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1; public com.google.protobuf.ByteString getNameBytes ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1; публичная строка getNumberAttr ()
if specified, attr must have type "int"
string number_attr = 5; public com.google.protobuf.ByteString getNumberAttrBytes ()
if specified, attr must have type "int"
string number_attr = 5; общественный getParserForType ()
public int getSerializedSize ()
общедоступный тип данных getType ()
Describes the type of one or more tensors that are accepted/produced by this input/output arg. The only legal combinations are: * For a single tensor: either the "type" field is set or the "type_attr" field is set to the name of an attr with type "type". * For a sequence of tensors with the same type: the "number_attr" field will be set to the name of an attr with type "int", and either the "type" or "type_attr" field will be set as for single tensors. * For a sequence of tensors, the "type_list_attr" field will be set to the name of an attr with type "list(type)".
.tensorflow.DataType type = 3; общедоступная строка getTypeAttr ()
if specified, attr must have type "type"
string type_attr = 4; public com.google.protobuf.ByteString getTypeAttrBytes ()
if specified, attr must have type "type"
string type_attr = 4; публичная строка getTypeListAttr ()
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
string type_list_attr = 6; public com.google.protobuf.ByteString getTypeListAttrBytes ()
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
string type_list_attr = 6; public int getTypeValue ()
Describes the type of one or more tensors that are accepted/produced by this input/output arg. The only legal combinations are: * For a single tensor: either the "type" field is set or the "type_attr" field is set to the name of an attr with type "type". * For a sequence of tensors with the same type: the "number_attr" field will be set to the name of an attr with type "int", and either the "type" or "type_attr" field will be set as for single tensors. * For a sequence of tensors, the "type_list_attr" field will be set to the name of an attr with type "list(type)".
.tensorflow.DataType type = 3; публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
публичное окончательное логическое значение isInitialized ()
общедоступный статический OpDef.ArgDef parseDelimitedFrom (входной поток InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
общедоступный статический OpDef.ArgDef parseFrom (данные ByteBuffer)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общедоступный статический OpDef.ArgDef parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
общедоступный статический OpDef.ArgDef parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общедоступный статический OpDef.ArgDef parseFrom (вход com.google.protobuf.CodedInputStream)
Броски
| Исключение IO |
|---|
общедоступный статический OpDef.ArgDef parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общедоступный статический OpDef.ArgDef parseFrom (данные com.google.protobuf.ByteString)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общедоступный статический OpDef.ArgDef parseFrom (входной поток InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
общедоступный статический OpDef.ArgDef parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
| Исключение IO |
|---|