KernelDefOrBuilder

رابط عمومی KernelDefOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

Abstract 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;
رشته انتزاعی
getDeviceType ()
 Type of device this kernel runs on.
چکیده com.google.protobuf.ByteString
getDeviceTypeBytes ()
 Type of device this kernel runs on.
رشته انتزاعی
getHostMemoryArg (int index)
 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.
فهرست انتزاعی<String>
getHostMemoryArgList ()
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
رشته انتزاعی
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.
چکیده 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.
رشته انتزاعی
getOp ()
 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 index)

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 index)

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 index)

 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 index)

 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;

فهرست انتزاعی عمومی<String> 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 ()

string label = 5;

 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.
 
= 5;

چکیده عمومی com.google.protobuf.ByteString getLabelBytes ()

string label = 5;

 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.
 
= 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;