KernelDef.Builder

clase final estática pública KernelDef.Builder

Protobuf tipo tensorflow.KernelDef

Métodos públicos

KernelDef.Builder
addAllConstraint (Iterable <? extiende los valores de KernelDef.AttrConstraint >)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
addAllHostMemoryArg (valores <String> iterables )
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
KernelDef.Builder
addConstraint (valor de KernelDef.AttrConstraint )
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
addConstraint (índice int, valor KernelDef.AttrConstraint )
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
addConstraint (índice int, KernelDef.AttrConstraint.Builder builderForValue)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
addConstraint ( KernelDef.AttrConstraint.Builder builderForValue)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.AttrConstraint.Builder
addConstraintBuilder ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.AttrConstraint.Builder
addConstraintBuilder (índice int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
addHostMemoryArg (valor de cadena)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
KernelDef.Builder
addHostMemoryArgBytes (valor com.google.protobuf.ByteString)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
KernelDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
KernelDef
KernelDef
KernelDef.Builder
claro ()
KernelDef.Builder
clearConstraint ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
clearDeviceType ()
 Type of device this kernel runs on.
KernelDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
KernelDef.Builder
clearHostMemoryArg ()
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
KernelDef.Builder
clearLabel ()
 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.
KernelDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
KernelDef.Builder
clearOp ()
 Must match the name of an Op.
KernelDef.Builder
clearPriority ()
 Prioritization of kernel amongst different devices.
KernelDef.Builder
clonar ()
KernelDef.AttrConstraint
getConstraint (índice int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.AttrConstraint.Builder
getConstraintBuilder (índice int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Lista < KernelDef.AttrConstraint.Builder >
getConstraintBuilderList ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
En t
getConstraintCount ()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Lista < KernelDef.AttrConstraint >
getConstraintList ()
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
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getDeviceType ()
 Type of device this kernel runs on.
com.google.protobuf.ByteString
getDeviceTypeBytes ()
 Type of device this kernel runs on.
Cuerda
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.
Cuerda
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.
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.
Cuerda
getOp ()
 Must match the name of an Op.
com.google.protobuf.ByteString
getOpBytes ()
 Must match the name of an Op.
En t
getPriority ()
 Prioritization of kernel amongst different devices.
booleano final
KernelDef.Builder
mergeFrom (com.google.protobuf.Message otro)
KernelDef.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
KernelDef.Builder
removeConstraint (índice int)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
setConstraint (índice int, KernelDef.AttrConstraint.Builder builderForValue)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
setConstraint (índice int, valor KernelDef.AttrConstraint )
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.Builder
setDeviceType (valor de cadena)
 Type of device this kernel runs on.
KernelDef.Builder
setDeviceTypeBytes (valor de com.google.protobuf.ByteString)
 Type of device this kernel runs on.
KernelDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
KernelDef.Builder
setHostMemoryArg (índice int, valor de cadena)
 Names of the Op's input_/output_args that reside in host memory
 instead of device memory.
KernelDef.Builder
setLabel (valor 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.
KernelDef.Builder
setLabelBytes (valor de com.google.protobuf.ByteString)
 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.
KernelDef.Builder
setOp (valor de cadena)
 Must match the name of an Op.
KernelDef.Builder
setOpBytes (valor de com.google.protobuf.ByteString)
 Must match the name of an Op.
KernelDef.Builder
setPriority (valor int)
 Prioritization of kernel amongst different devices.
KernelDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
KernelDef.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public KernelDef.Builder addAllConstraint (Iterable <? extiende los valores de KernelDef.AttrConstraint >)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder addAllHostMemoryArg (valores <String> iterables )

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

public KernelDef.Builder addConstraint (valor de KernelDef.AttrConstraint )

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder addConstraint (índice int, valor KernelDef.AttrConstraint )

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder addConstraint (índice int, KernelDef.AttrConstraint.Builder builderForValue)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder addConstraint ( KernelDef.AttrConstraint.Builder builderForValue)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.AttrConstraint.Builder addConstraintBuilder ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.AttrConstraint.Builder addConstraintBuilder (índice int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder addHostMemoryArg (valor de cadena)

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

public KernelDef.Builder addHostMemoryArgBytes (valor de com.google.protobuf.ByteString)

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

public KernelDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public KernelDef build ()

public KernelDef buildPartial ()

public KernelDef.Builder clear ()

public KernelDef.Builder clearConstraint ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder clearDeviceType ()

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

public KernelDef.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public KernelDef.Builder clearHostMemoryArg ()

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

public KernelDef.Builder clearLabel ()

 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;

public KernelDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public KernelDef.Builder clearOp ()

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

public KernelDef.Builder clearPriority ()

 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;

public KernelDef.Builder clone ()

public KernelDef.AttrConstraint getConstraint (índice int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.AttrConstraint.Builder getConstraintBuilder (índice int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

Lista pública < KernelDef.AttrConstraint.Builder > getConstraintBuilderList ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public int getConstraintCount ()

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

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

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.AttrConstraintOrBuilder getConstraintOrBuilder (índice int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

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

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getDeviceType ()

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

public com.google.protobuf.ByteString getDeviceTypeBytes ()

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

public String 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;

public 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;

public 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 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;

public 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;

public 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;

public String getOp ()

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

public com.google.protobuf.ByteString getOpBytes ()

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

public 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;

public final boolean isInitialized ()

public KernelDef.Builder mergeFrom (com.google.protobuf.Message other)

public KernelDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

KernelDef.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public KernelDef.Builder removeConstraint (índice int)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder setConstraint (int index, KernelDef.AttrConstraint.Builder builderForValue)

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder setConstraint (índice int, valor KernelDef.AttrConstraint )

repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;

public KernelDef.Builder setDeviceType (valor de cadena)

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

public KernelDef.Builder setDeviceTypeBytes (valor de com.google.protobuf.ByteString)

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

public KernelDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor de objeto)

public KernelDef.Builder setHostMemoryArg (índice int, valor de cadena)

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

public KernelDef.Builder setLabel (valor 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;

public KernelDef.Builder setLabelBytes (valor de com.google.protobuf.ByteString)

 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;

public KernelDef.Builder setOp (valor de cadena)

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

public KernelDef.Builder setOpBytes (valor de com.google.protobuf.ByteString)

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

public KernelDef.Builder setPriority (valor int)

 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;

public KernelDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público final KernelDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)