TensorSliceProto

classe finale publique TensorSliceProto

 Can only be interpreted if you know the corresponding TensorShape.
 
Tensorflow de type tensorflow.TensorSliceProto

Classes imbriquées

classe TensorSliceProto.Builder
 Can only be interpreted if you know the corresponding TensorShape. 
classe TensorSliceProto.Extent
 Extent of the slice in one dimension. 
interface TensorSliceProto.ExtentOrBuilder

Constantes

int EXTENT_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
TensorSliceProto statique
TensorSliceProto
final statique com.google.protobuf.Descriptors.Descriptor
TensorSliceProto.Extent
getExtent (index entier)
 Extent of the slice in all tensor dimensions.
int
getExtentCount ()
 Extent of the slice in all tensor dimensions.
Liste< TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (index int)
 Extent of the slice in all tensor dimensions.
Liste<? étend TensorSliceProto.ExtentOrBuilder >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
TensorSliceProto.Builder statique
TensorSliceProto.Builder statique
TensorSliceProto.Builder
TensorSliceProto statique
parseDelimitedFrom (entrée InputStream)
TensorSliceProto statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statique
parseFrom (données ByteBuffer)
TensorSliceProto statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
TensorSliceProto statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statique
parseFrom (données com.google.protobuf.ByteString)
TensorSliceProto statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
TensorSliceProto.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final entier EXTENT_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet obj)

TensorSliceProto statique public getDefaultInstance ()

public TensorSliceProto getDefaultInstanceForType ()

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

public TensorSliceProto.Extent getExtent (index int)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public int getExtentCount ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

liste publique < TensorSliceProto.Extent > getExtentList ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

public TensorSliceProto.ExtentOrBuilder getExtentOrBuilder (index int)

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

Liste publique <? étend TensorSliceProto.ExtentOrBuilder > getExtentOrBuilderList ()

 Extent of the slice in all tensor dimensions.
 Must have one entry for each of the dimension of the tensor that this
 slice belongs to.  The order of sizes is the same as the order of
 dimensions in the TensorShape.
 
repeated .tensorflow.TensorSliceProto.Extent extent = 1;

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique TensorSliceProto.Builder newBuilder (prototype TensorSliceProto )

public statique TensorSliceProto.Builder newBuilder ()

public TensorSliceProto.Builder newBuilderForType ()

public static TensorSliceProto parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static TensorSliceProto parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique TensorSliceProto parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static TensorSliceProto parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static TensorSliceProto parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique TensorSliceProto parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

TensorSliceProto parseFrom statique public (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

TensorSliceProto parseFrom statique public (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static TensorSliceProto parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique TensorSliceProto parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public TensorSliceProto.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException