KernelDef

clase final pública KernelDef

Protobuf tipo tensorflow.KernelDef

Clases anidadas

clase KernelDef.AttrConstraint Protobuf tipo tensorflow.KernelDef.AttrConstraint
interfaz KernelDef.AttrConstraintOrBuilder
clase KernelDef.Builder Protobuf tipo tensorflow.KernelDef

Constantes

En t CONSTRAINT_FIELD_NUMBER
En t DISPOSITIVO_TYPE_FIELD_NUMBER
En t HOST_MEMORY_ARG_FIELD_NUMBER
En t LABEL_FIELD_NUMBER
En t OP_FIELD_NUMBER
En t PRIORITY_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
KernelDef.AttrConstraint
getConstraint (índice int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
En t
getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Lista< KernelDef.AttrConstraint >
getListaDeRestricciones ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.AttrConstraintOrBuilder
getConstraintOrBuilder (índice int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Lista<? extiende KernelDef.AttrConstraintOrBuilder >
getConstraintOrBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef estático
KernelDef
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
obtener tipo de dispositivo ()
 Type of device this kernel runs on.
com.google.protobuf.ByteString
getDeviceTypeBytes ()
 Type of device this kernel runs on.
Cadena
getHostMemoryArg (índice int)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
com.google.protobuf.ByteString
getHostMemoryArgBytes (índice int)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
En t
getHostMemoryArgCount ()
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
com.google.protobuf.ProtocolStringList
getHostMemoryArgList ()
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
Cadena
obtenerEtiqueta ()
 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
obtenerLabelBytes ()
 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.
Cadena
obtenerOp ()
 Must match the name of an Op.
com.google.protobuf.ByteString
obtenerOpBytes ()
 Must match the name of an Op.
En t
obtenerPrioridad ()
 Prioritization of kernel amongst different devices.
En t
com.google.protobuf.UnknownFieldSet final
En t
booleano final
KernelDef.Builder estático
KernelDef.Builder estático
newBuilder (prototipo KernelDef )
KernelDef.Builder
KernelDef estático
parseDelimitedFrom (entrada de InputStream)
KernelDef estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef estático
parseFrom (datos de ByteBuffer)
KernelDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
KernelDef estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
KernelDef estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef estático
parseFrom (datos com.google.protobuf.ByteString)
KernelDef estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
KernelDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público CONSTRAINT_FIELD_NUMBER

Valor constante: 3

int final estático público DEVICE_TYPE_FIELD_NUMBER

Valor constante: 2

int final estático público HOST_MEMORY_ARG_FIELD_NUMBER

Valor constante: 4

público estático final int LABEL_FIELD_NUMBER

Valor constante: 5

int final estático público OP_FIELD_NUMBER

Valor constante: 1

int final estático público PRIORITY_FIELD_NUMBER

Valor constante: 6

Métodos públicos

público booleano es igual (Objeto obj)

público KernelDef.AttrConstraint getConstraint (índice int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

público int getConstraintCount ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

Lista pública< KernelDef.AttrConstraint > getConstraintList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

público KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (índice int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

Lista pública<? extiende KernelDef.AttrConstraintOrBuilder > getConstraintOrBuilderList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

KernelDef público estático getDefaultInstance ()

público KernelDef getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

cadena pública getDeviceType ()

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

público com.google.protobuf.ByteString getDeviceTypeBytes ()

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

cadena pública getHostMemoryArg (índice int)

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

público com.google.protobuf.ByteString getHostMemoryArgBytes (índice int)

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

público 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;

público com.google.protobuf.ProtocolStringList getHostMemoryArgList ()

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

cadena pública getLabel ()

etiqueta de cadena

 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;

público 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;

cadena pública getOp ()

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

público com.google.protobuf.ByteString getOpBytes ()

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

público getParserForType ()

público int getPrioridad ()

 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;

público int getSerializedSize ()

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

código hash int público ()

público final booleano isInitialized ()

público estático KernelDef.Builder newBuilder ()

público estático KernelDef.Builder newBuilder (prototipo KernelDef )

público KernelDef.Builder newBuilderForType ()

KernelDef estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

público estático KernelDef parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

KernelDef público estático parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

parseFrom KernelDef estático público (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

parseFrom público estático de KernelDef (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

parseFrom KernelDef estático público (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

KernelDef estático público parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

KernelDef parseFrom estático público (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático de KernelDef (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

KernelDef parseFrom público estático (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público KernelDef.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción