interfaccia pubblica KernelDefOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
abstract KernelDef.AttrConstraint | getConstraint (indice int) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
astratto int | getConstraintCount () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
Elenco astratto< KernelDef.AttrConstraint > | getConstraintList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
abstract KernelDef.AttrConstraintOrBuilder | getConstraintOrBuilder (indice int) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
Elenco astratto<? estende KernelDef.AttrConstraintOrBuilder > | getConstraintOrBuilderList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
stringa astratta | getDeviceType () Type of device this kernel runs on. |
astratto com.google.protobuf.ByteString | getDeviceTypeBytes () Type of device this kernel runs on. |
stringa astratta | getHostMemoryArg (indice int) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
astratto com.google.protobuf.ByteString | getHostMemoryArgBytes (indice int) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
astratto int | getHostMemoryArgCount () Names of the Op's input_/output_args that reside in host memory instead of device memory. |
Elenco astratto<String> | getHostMemoryArgList () Names of the Op's input_/output_args that reside in host memory instead of device memory. |
stringa astratta | getetichetta () 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. |
astratto 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. |
stringa astratta | getOp () Must match the name of an Op. |
astratto com.google.protobuf.ByteString | getOpBytes () Must match the name of an Op. |
astratto int | getPriorità () Prioritization of kernel amongst different devices. |
Metodi pubblici
public abstract KernelDef.AttrConstraint getConstraint (indice int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
public abstract int getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
elenco astratto pubblico< KernelDef.AttrConstraint > getConstraintList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
public abstract KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (indice int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Elenco abstract pubblico<? estende KernelDef.AttrConstraintOrBuilder > getConstraintOrBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
public abstract String getDeviceType ()
Type of device this kernel runs on.
string device_type = 2;
estratto pubblico com.google.protobuf.ByteString getDeviceTypeBytes ()
Type of device this kernel runs on.
string device_type = 2;
public abstract String getHostMemoryArg (indice int)
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
abstract pubblico com.google.protobuf.ByteString getHostMemoryArgBytes (indice 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 abstract 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 abstract List<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;
estratto pubblico String 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;
estratto pubblico 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;
estratto pubblico String getOp ()
Must match the name of an Op.
string op = 1;
estratto pubblico com.google.protobuf.ByteString getOpBytes ()
Must match the name of an Op.
string op = 1;
public abstract 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;