KernelDefOrBuilder

giao diện công cộng KernelDefOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

trừu tượng KernelDef.AttrConstraint
getConstraint (chỉ số int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
int trừu tượng
getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Danh sách trừu tượng< KernelDef.AttrConstraint >
getConstraintList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
trừu tượng KernelDef.AttrConstraintOrBuilder
getConstraintOrBuilder (chỉ mục int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Danh sách trừu tượng<? mở rộng KernelDef.AttrConstraintOrBuilder >
getConstraintOrBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
chuỗi trừu tượng
getDeviceType ()
 Type of device this kernel runs on.
tóm tắt com.google.protobuf.ByteString
getDeviceTypeBytes ()
 Type of device this kernel runs on.
chuỗi trừu tượng
getHostMemoryArg (chỉ mục int)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
tóm tắt com.google.protobuf.ByteString
getHostMemoryArgBytes (chỉ mục int)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
int trừu tượng
getHostMemoryArgCount ()
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
Danh sách trừu tượng<String>
getHostMemoryArgList ()
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
chuỗi trừu tượng
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.
tóm tắt 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.
chuỗi trừu tượng
getOp ()
 Must match the name of an Op.
tóm tắt com.google.protobuf.ByteString
getOpBytes ()
 Must match the name of an Op.
int trừu tượng
được ưu tiên ()
 Prioritization of kernel amongst different devices.

Phương pháp công khai

tóm tắt công khai KernelDef.AttrConstraint getConstraint (chỉ mục int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

tóm tắt công khai int getConstraintCount ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

Danh sách tóm tắt công khai< KernelDef.AttrConstraint > getConstraintList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

tóm tắt công khai KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (chỉ mục int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

Danh sách tóm tắt công khai<? mở rộng KernelDef.AttrConstraintOrBuilder > getConstraintOrBuilderList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

Chuỗi tóm tắt công khai getDeviceType ()

 Type of device this kernel runs on.
 
string device_type = 2;

tóm tắt công khai com.google.protobuf.ByteString getDeviceTypeBytes ()

 Type of device this kernel runs on.
 
string device_type = 2;

Chuỗi tóm tắt công khai getHostMemoryArg (chỉ mục int)

 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
 
repeated string host_memory_arg = 4;

tóm tắt công khai com.google.protobuf.ByteString getHostMemoryArgBytes (chỉ mục int)

 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
 
repeated string host_memory_arg = 4;

tóm tắt công khai 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;

Danh sách tóm tắt công khai<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;

Chuỗi tóm tắt công khai 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;

tóm tắt công khai 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;

Chuỗi tóm tắt công khai getOp ()

 Must match the name of an Op.
 
string op = 1;

tóm tắt công khai com.google.protobuf.ByteString getOpBytes ()

 Must match the name of an Op.
 
string op = 1;

tóm tắt công khai int getPriority ()

mức độ ưu tiên

 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;