публичный финальный класс KernelDef
Тип protobuf tensorflow.KernelDef
Вложенные классы
сорт | KernelDef.AttrConstraint | Тип protobuf tensorflow.KernelDef.AttrConstraint | |
интерфейс | KernelDef.AttrConstraintOrBuilder | ||
сорт | KernelDef.Builder | Тип protobuf tensorflow.KernelDef |
Константы
интервал | CONSTRAINT_FIELD_NUMBER | |
интервал | DEVICE_TYPE_FIELD_NUMBER | |
интервал | HOST_MEMORY_ARG_FIELD_NUMBER | |
интервал | LABEL_FIELD_NUMBER | |
интервал | OP_FIELD_NUMBER | |
интервал | PRIORITY_FIELD_NUMBER |
Публичные методы
логическое значение | равно (Объект obj) |
KernelDef.AttrConstraint | getConstraint (индекс целого числа) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
интервал | getConstraintCount () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
Список< KernelDef.AttrConstraint > | getConstraintList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
KernelDef.AttrConstraintOrBuilder | getConstraintOrBuilder (индекс целого числа) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
Список<? расширяет KernelDef.AttrConstraintOrBuilder > | getConstraintOrBuilderList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
статический KernelDef | |
KernelDef | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
Нить | getDeviceType () Type of device this kernel runs on. |
com.google.protobuf.ByteString | getDeviceTypeBytes () Type of device this kernel runs on. |
Нить | getHostMemoryArg (индекс целого числа) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
com.google.protobuf.ByteString | getHostMemoryArgBytes (индекс целого числа) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
интервал | getHostMemoryArgCount () Names of the Op's input_/output_args that reside in host memory instead of device memory. |
com.google.protobuf.ProtocolStringList | getHostMemoryArgList () Names of the Op's input_/output_args that reside in host memory instead of device memory. |
Нить | получить метку () This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this. |
com.google.protobuf.ByteString | getLabelBytes () This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this. |
Нить | получитьОп () Must match the name of an Op. |
com.google.protobuf.ByteString | getOpBytes () Must match the name of an Op. |
интервал | получить приоритет () Prioritization of kernel amongst different devices. |
интервал | |
окончательный com.google.protobuf.UnknownFieldSet | |
интервал | хэш-код () |
последнее логическое значение | |
статический KernelDef.Builder | |
статический KernelDef.Builder | newBuilder (прототип KernelDef ) |
KernelDef.Builder | |
статический KernelDef | parseDelimitedFrom (входной поток) |
статический KernelDef | parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический KernelDef | parseFrom (данные ByteBuffer) |
статический KernelDef | parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический KernelDef | parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический KernelDef | parseFrom (вход com.google.protobuf.CodedInputStream) |
статический KernelDef | parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический KernelDef | parseFrom (данные com.google.protobuf.ByteString) |
статический KernelDef | parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический KernelDef | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический | парсер () |
KernelDef.Builder | toBuilder () |
пустота | writeTo (вывод com.google.protobuf.CodedOutputStream) |
Унаследованные методы
Константы
общедоступный статический окончательный int CONSTRAINT_FIELD_NUMBER
Постоянное значение: 3
общедоступный статический окончательный int DEVICE_TYPE_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический окончательный int HOST_MEMORY_ARG_FIELD_NUMBER
Постоянное значение: 4
общедоступный статический окончательный int LABEL_FIELD_NUMBER
Постоянное значение: 5
общедоступный статический окончательный int OP_FIELD_NUMBER
Постоянное значение: 1
общедоступный статический окончательный int PRIORITY_FIELD_NUMBER
Постоянное значение: 6
Публичные методы
общедоступное логическое значение равно (Object obj)
public KernelDef.AttrConstraint getConstraint (индекс int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
public int getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
общедоступный список < KernelDef.AttrConstraint > getConstraintList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
public KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (индекс int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
общедоступный список<? расширяет KernelDef.AttrConstraintOrBuilder > getConstraintOrBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступная строка getDeviceType ()
Type of device this kernel runs on.
string device_type = 2;
public com.google.protobuf.ByteString getDeviceTypeBytes ()
Type of device this kernel runs on.
string device_type = 2;
общедоступная строка getHostMemoryArg (индекс int)
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
public com.google.protobuf.ByteString getHostMemoryArgBytes (индекс int)
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
public int getHostMemoryArgCount ()
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
public com.google.protobuf.ProtocolStringList getHostMemoryArgList ()
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
публичная строка getLabel ()
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
string label = 5;
public com.google.protobuf.ByteString getLabelBytes ()
This allows experimental kernels to be registered for an op that won't be used unless the user specifies a "_kernel" attr with value matching this.
string label = 5;
публичная строка getOp ()
Must match the name of an Op.
string op = 1;
общедоступный com.google.protobuf.ByteString getOpBytes ()
Must match the name of an Op.
string op = 1;
общественный getParserForType ()
public int getPriority ()
Prioritization of kernel amongst different devices. By default we assume priority is 0. The higher the priority the better. By default (i.e. if this is not set), we prefer GPU kernels over CPU.
int32 priority = 6;
public int getSerializedSize ()
публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
публичное окончательное логическое значение isInitialized ()
общедоступный статический KernelDef parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический KernelDef parseFrom (данные ByteBuffer)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический KernelDef parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический KernelDef parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический KernelDef parseFrom (вход com.google.protobuf.CodedInputStream)
Броски
Исключение IO |
---|
общедоступный статический KernelDef parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический KernelDef parseFrom (данные com.google.protobuf.ByteString)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический KernelDef parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический KernelDef parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
Исключение IO |
---|