อินเทอร์เฟซสาธารณะ KernelDefOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
KernelDef.AttrConstraint แบบนามธรรม | getConstraint (ดัชนี int) 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 (ดัชนี int) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
รายการนามธรรม<? ขยาย KernelDef.AttrConstraintOrBuilder > | getConstraintOrBuilderList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
สตริงที่เป็นนามธรรม | รับประเภทอุปกรณ์ () Type of device this kernel runs on. |
นามธรรม com.google.protobuf.ByteString | getDeviceTypeBytes () Type of device this kernel runs on. |
สตริงที่เป็นนามธรรม | getHostMemoryArg (ดัชนี int) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
นามธรรม com.google.protobuf.ByteString | getHostMemoryArgBytes (ดัชนี int) 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. |
รายการนามธรรม <สตริง> | 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. |
สตริงที่เป็นนามธรรม | รับOp () 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. |
วิธีการสาธารณะ
KernelDef.AttrConstraint นามธรรมสาธารณะ getConstraint (ดัชนี int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
บทคัดย่อสาธารณะ int getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
รายการนามธรรมสาธารณะ< KernelDef.AttrConstraint > getConstraintList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.AttrConstraintOrBuilder นามธรรมสาธารณะ getConstraintOrBuilder (ดัชนี int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
รายการบทคัดย่อสาธารณะ<? ขยาย KernelDef.AttrConstraintOrBuilder > getConstraintOrBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
สตริงนามธรรมสาธารณะ getDeviceType ()
Type of device this kernel runs on.
string device_type = 2;
บทคัดย่อสาธารณะ 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;
บทคัดย่อสาธารณะ 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;
นามธรรมสาธารณะ 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;
รายการนามธรรมสาธารณะ 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;
นามธรรมสาธารณะ 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;
บทคัดย่อสาธารณะ 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;