ResourceHandleProto.Builder

classe finale statica pubblica ResourceHandleProto.Builder

 Protocol buffer representing a handle to a tensorflow resource. Handles are
 not valid across executions, but can be serialized back and forth from within
 a single run.
 
Tipo protobuf tensorflow.ResourceHandleProto

Metodi pubblici

ResourceHandleProto.Builder
addAllDtypesAndShapes (Iterable<? estende ResourceHandleProto.DtypeAndShape > valori)
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
addDtypesAndShapes ( ResourceHandleProto.DtypeAndShape.Builder builderForValue)
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
addDtypesAndShapes (valore ResourceHandleProto.DtypeAndShape )
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
addDtypesAndShapes (indice int, valore ResourceHandleProto.DtypeAndShape )
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
addDtypesAndShapes (indice int, ResourceHandleProto.DtypeAndShape.Builder builderForValue)
 Data types and shapes for the underlying resource.
ResourceHandleProto.DtypeAndShape.Builder
addDtypesAndShapesBuilder (indice int)
 Data types and shapes for the underlying resource.
ResourceHandleProto.DtypeAndShape.Builder
addDtypesAndShapesBuilder ()
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
ResourceHandleProto
ResourceHandleProto
ResourceHandleProto.Builder
chiaro ()
ResourceHandleProto.Builder
chiaroContenitore ()
 Container in which this resource is placed.
ResourceHandleProto.Builder
clearDevice ()
 Unique name for the device containing the resource.
ResourceHandleProto.Builder
clearDtypesAndShapes ()
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
ResourceHandleProto.Builder
clearHashCode ()
 Hash code for the type of the resource.
ResourceHandleProto.Builder
clearForseTypeName ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
ResourceHandleProto.Builder
nomechiaro ()
 Unique name of this resource.
ResourceHandleProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ResourceHandleProto.Builder
clone ()
Corda
getContenitore ()
 Container in which this resource is placed.
com.google.protobuf.ByteString
getContainerBytes ()
 Container in which this resource is placed.
ResourceHandleProto
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Corda
getDevice ()
 Unique name for the device containing the resource.
com.google.protobuf.ByteString
getDeviceBytes ()
 Unique name for the device containing the resource.
ResourceHandleProto.DtypeAndShape
getDtypesAndShapes (indice int)
 Data types and shapes for the underlying resource.
ResourceHandleProto.DtypeAndShape.Builder
getDtypesAndShapesBuilder (indice int)
 Data types and shapes for the underlying resource.
Elenco< ResourceHandleProto.DtypeAndShape.Builder >
getDtypesAndShapesBuilderList ()
 Data types and shapes for the underlying resource.
int
getDtypesAndShapesCount ()
 Data types and shapes for the underlying resource.
Elenco< ResourceHandleProto.DtypeAndShape >
getDtypesAndShapesList ()
 Data types and shapes for the underlying resource.
ResourceHandleProto.DtypeAndShapeOrBuilder
getDtypesAndShapesOrBuilder (indice int)
 Data types and shapes for the underlying resource.
Elenco<? estende ResourceHandleProto.DtypeAndShapeOrBuilder >
getDtypesAndShapesOrBuilderList ()
 Data types and shapes for the underlying resource.
lungo
getHashCode ()
 Hash code for the type of the resource.
Corda
getMaybeTypeName ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
com.google.protobuf.ByteString
getMaybeTypeNameBytes ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
Corda
getNome ()
 Unique name of this resource.
com.google.protobuf.ByteString
getNomeBytes ()
 Unique name of this resource.
booleano finale
ResourceHandleProto.Builder
mergeFrom (com.google.protobuf.Message altro)
ResourceHandleProto.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
finale ResourceHandleProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
ResourceHandleProto.Builder
rimuoviDtypesAndShapes (indice int)
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
setContainer (valore stringa)
 Container in which this resource is placed.
ResourceHandleProto.Builder
setContainerBytes (valore com.google.protobuf.ByteString)
 Container in which this resource is placed.
ResourceHandleProto.Builder
setDevice (valore stringa)
 Unique name for the device containing the resource.
ResourceHandleProto.Builder
setDeviceBytes (valore com.google.protobuf.ByteString)
 Unique name for the device containing the resource.
ResourceHandleProto.Builder
setDtypesAndShapes (indice int, ResourceHandleProto.DtypeAndShape.Builder builderForValue)
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
setDtypesAndShapes (indice int, valore ResourceHandleProto.DtypeAndShape )
 Data types and shapes for the underlying resource.
ResourceHandleProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
ResourceHandleProto.Builder
setHashCode (valore lungo)
 Hash code for the type of the resource.
ResourceHandleProto.Builder
setMaybeTypeName (valore stringa)
 For debug-only, the name of the type pointed to by this handle, if
 available.
ResourceHandleProto.Builder
setMaybeTypeNameBytes (valore com.google.protobuf.ByteString)
 For debug-only, the name of the type pointed to by this handle, if
 available.
ResourceHandleProto.Builder
setName (valore stringa)
 Unique name of this resource.
ResourceHandleProto.Builder
setNameBytes (valore com.google.protobuf.ByteString)
 Unique name of this resource.
ResourceHandleProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
finale ResourceHandleProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public ResourceHandleProto.Builder addAllDtypesAndShapes (Iterable<? estende ResourceHandleProto.DtypeAndShape > valori)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.Builder addDtypesAndShapes ( ResourceHandleProto.DtypeAndShape.Builder builderForValue)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

pubblico ResourceHandleProto.Builder addDtypesAndShapes (valore ResourceHandleProto.DtypeAndShape )

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.Builder addDtypesAndShapes (indice int, valore ResourceHandleProto.DtypeAndShape )

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

pubblico ResourceHandleProto.Builder addDtypesAndShapes (indice int, ResourceHandleProto.DtypeAndShape.Builder builderForValue)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.DtypeAndShape.Builder addDtypesAndShapesBuilder (indice int)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.DtypeAndShape.Builder addDtypesAndShapesBuilder ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public ResourceHandleProto build ()

public ResourceHandleProto buildPartial ()

pubblico ResourceHandleProto.Builder chiaro ()

pubblico ResourceHandleProto.Builder clearContainer ()

contenitore di stringhe

 Container in which this resource is placed.
 
string container = 2;

public ResourceHandleProto.Builder clearDevice ()

dispositivo stringa

 Unique name for the device containing the resource.
 
string device = 1;

public ResourceHandleProto.Builder clearDtypesAndShapes ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

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

pubblico ResourceHandleProto.Builder clearHashCode ()

 Hash code for the type of the resource. Is only valid in the same device
 and in the same execution.
 
uint64 hash_code = 4;

public ResourceHandleProto.Builder clearMaybeTypeName ()

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

public ResourceHandleProto.Builder clearName ()

 Unique name of this resource.
 
string name = 3;

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

clone pubblico ResourceHandleProto.Builder ()

public String getContainer ()

contenitore di stringhe

 Container in which this resource is placed.
 
string container = 2;

pubblico com.google.protobuf.ByteString getContainerBytes ()

contenitore di stringhe

 Container in which this resource is placed.
 
string container = 2;

pubblico ResourceHandleProto getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

stringa pubblica getDevice ()

 Unique name for the device containing the resource.
 
string device = 1;

pubblico com.google.protobuf.ByteString getDeviceBytes ()

 Unique name for the device containing the resource.
 
string device = 1;

public ResourceHandleProto.DtypeAndShape getDtypesAndShapes (indice int)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.DtypeAndShape.Builder getDtypesAndShapesBuilder (indice int)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

Elenco pubblico< ResourceHandleProto.DtypeAndShape.Builder > getDtypesAndShapesBuilderList ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public int getDtypesAndShapesCount ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

Elenco pubblico< ResourceHandleProto.DtypeAndShape > getDtypesAndShapesList ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.DtypeAndShapeOrBuilder getDtypesAndShapesOrBuilder (indice int)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

Elenco pubblico<? estende ResourceHandleProto.DtypeAndShapeOrBuilder > getDtypesAndShapesOrBuilderList ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

pubblico lungo getHashCode ()

 Hash code for the type of the resource. Is only valid in the same device
 and in the same execution.
 
uint64 hash_code = 4;

stringa pubblica getMaybeTypeName ()

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

pubblico com.google.protobuf.ByteString getMaybeTypeNameBytes ()

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

stringa pubblica getName ()

 Unique name of this resource.
 
string name = 3;

pubblico com.google.protobuf.ByteString getNameBytes ()

 Unique name of this resource.
 
string name = 3;

public final booleano isInitialized ()

public ResourceHandleProto.Builder mergeFrom (com.google.protobuf.Message altro)

public ResourceHandleProto.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public final ResourceHandleProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public ResourceHandleProto.Builder rimuoviDtypesAndShapes (indice int)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.Builder setContainer (valore stringa)

contenitore di stringhe

 Container in which this resource is placed.
 
string container = 2;

public ResourceHandleProto.Builder setContainerBytes (valore com.google.protobuf.ByteString)

contenitore di stringhe

 Container in which this resource is placed.
 
string container = 2;

public ResourceHandleProto.Builder setDevice (valore stringa)

string device = 1;

 Unique name for the device containing the resource.
 
= 1;

public ResourceHandleProto.Builder setDeviceBytes (valore com.google.protobuf.ByteString)

 Unique name for the device containing the resource.
 
string device = 1;

pubblico ResourceHandleProto.Builder setDtypesAndShapes (indice int, ResourceHandleProto.DtypeAndShape.Builder builderForValue)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

pubblico ResourceHandleProto.Builder setDtypesAndShapes (indice int, valore ResourceHandleProto.DtypeAndShape )

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

public ResourceHandleProto.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public ResourceHandleProto.Builder setHashCode (valore lungo)

 Hash code for the type of the resource. Is only valid in the same device
 and in the same execution.
 
uint64 hash_code = 4;

public ResourceHandleProto.Builder setMaybeTypeName (valore stringa)

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

public ResourceHandleProto.Builder setMaybeTypeNameBytes (valore com.google.protobuf.ByteString)

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

public ResourceHandleProto.Builder setName (valore stringa)

 Unique name of this resource.
 
string name = 3;

pubblico ResourceHandleProto.Builder setNameBytes (valore com.google.protobuf.ByteString)

 Unique name of this resource.
 
string name = 3;

public ResourceHandleProto.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

public final ResourceHandleProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)