interfejs publiczny KernelDefOrBuilder
Znane podklasy pośrednie |
Metody publiczne
streszczenie KernelDef.AttrConstraint | getConstraint (indeks int) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
streszczenie wew | getConstraintCount () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
lista abstrakcyjna< KernelDef.AttrConstraint > | getConstraintList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
streszczenie KernelDef.AttrConstraintOrBuilder | getConstraintOrBuilder (indeks int) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
lista abstrakcyjna<? rozszerza KernelDef.AttrConstraintOrBuilder > | getConstraintOrBuilderList () repeated .tensorflow.KernelDef.AttrConstraint constraint = 3; |
abstrakcyjny ciąg | pobierz typ urządzenia () Type of device this kernel runs on. |
streszczenie com.google.protobuf.ByteString | getDeviceTypeBytes () Type of device this kernel runs on. |
abstrakcyjny ciąg | getHostMemoryArg (indeks int) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
streszczenie com.google.protobuf.ByteString | getHostMemoryArgBytes (indeks int) Names of the Op's input_/output_args that reside in host memory instead of device memory. |
streszczenie wew | getHostMemoryArgCount () Names of the Op's input_/output_args that reside in host memory instead of device memory. |
lista abstrakcyjna<String> | getHostMemoryArgList () Names of the Op's input_/output_args that reside in host memory instead of device memory. |
abstrakcyjny ciąg | pobierzLabel () 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. |
streszczenie 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. |
abstrakcyjny ciąg | getOp () Must match the name of an Op. |
streszczenie com.google.protobuf.ByteString | getOpBytes () Must match the name of an Op. |
streszczenie wew | uzyskajPriorytet () Prioritization of kernel amongst different devices. |
Metody publiczne
public streszczenie KernelDef.AttrConstraint getConstraint (indeks int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
publiczne streszczenie int getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
publiczna lista abstrakcyjna< KernelDef.AttrConstraint > getConstraintList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
public streszczenie KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (indeks int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
publiczna lista abstrakcyjna<? rozszerza KernelDef.AttrConstraintOrBuilder > getConstraintOrBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
publiczny ciąg abstrakcyjny getDeviceType ()
Type of device this kernel runs on.
string device_type = 2;
publiczne streszczenie com.google.protobuf.ByteString getDeviceTypeBytes ()
Type of device this kernel runs on.
string device_type = 2;
public streszczenie String getHostMemoryArg (indeks int)
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
publiczna abstrakcja com.google.protobuf.ByteString getHostMemoryArgBytes (indeks int)
Names of the Op's input_/output_args that reside in host memory instead of device memory.
repeated string host_memory_arg = 4;
publiczne streszczenie 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;
publiczna lista abstrakcyjna<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;
publiczna abstrakcja 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;
publiczne streszczenie 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;
publiczna abstrakcja String getOp ()
Must match the name of an Op.
string op = 1;
publiczne streszczenie com.google.protobuf.ByteString getOpBytes ()
Must match the name of an Op.
string op = 1;
publiczne streszczenie 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;