KernelDefOrBuilder

genel arayüz KernelDefOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

özet KernelDef.AttrConstraint
getConstraint (int dizini)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
soyut int
getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
özet Listesi< KernelDef.AttrConstraint >
getConstraintList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
soyut KernelDef.AttrConstraintOrBuilder
getConstraintOrBuilder (int dizini)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Özet Liste<? KernelDef.AttrConstraintOrBuilder'ı genişletiyor >
getConstraintOrBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
soyut Dize
getDeviceType ()
 Type of device this kernel runs on.
abstract com.google.protobuf.ByteString
getDeviceTypeBytes ()
 Type of device this kernel runs on.
soyut Dize
getHostMemoryArg (int dizini)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
abstract com.google.protobuf.ByteString
getHostMemoryArgBytes (int dizini)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
soyut int
getHostMemoryArgCount ()
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
özet Liste<String>
getHostMemoryArgList ()
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
soyut Dize
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.
abstract 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.
soyut Dize
getOp ()
 Must match the name of an Op.
abstract com.google.protobuf.ByteString
getOpBytes ()
 Must match the name of an Op.
soyut int
getPriority ()
 Prioritization of kernel amongst different devices.

Genel Yöntemler

genel özet KernelDef.AttrConstraint getConstraint (int dizini)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

genel özet int getConstraintCount ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

genel özet Listesi< KernelDef.AttrConstraint > getConstraintList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

genel özet KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (int dizini)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

genel özet listesi<? KernelDef.AttrConstraintOrBuilder'ı genişletir > getConstraintOrBuilderList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

genel özet Dize getDeviceType ()

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

genel özet com.google.protobuf.ByteString getDeviceTypeBytes ()

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

genel özet String getHostMemoryArg (int dizini)

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

genel özet com.google.protobuf.ByteString getHostMemoryArgBytes (int dizini)

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

genel özet 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;

genel özet Listesi<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;

genel özet Dize 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;

genel özet 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;

genel özet Dize getOp ()

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

genel özet com.google.protobuf.ByteString getOpBytes ()

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

genel soyut 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;