TensorSliceProto

classe finale pubblica TensorSliceProto

 Can only be interpreted if you know the corresponding TensorShape.
 
Tipo protobuf tensorflow.TensorSliceProto

Classi nidificate

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

Costanti

int ESTENT_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
TensorSliceProto statico
TensorSliceProto
com.google.protobuf.Descriptors.Descriptor statico finale
TensorSliceProto.Extent
getExtent (indice int)
 Extent of the slice in all tensor dimensions.
int
getExtentCount ()
 Extent of the slice in all tensor dimensions.
Elenco< TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (indice int)
 Extent of the slice in all tensor dimensions.
Elenco<? estende TensorSliceProto.ExtentOrBuilder >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
TensorSliceProto.Builder statico
TensorSliceProto.Builder statico
TensorSliceProto.Builder
TensorSliceProto statico
parseDelimitedFrom (input InputStream)
TensorSliceProto statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statico
parseFrom (dati ByteBuffer)
TensorSliceProto statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
TensorSliceProto statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
TensorSliceProto statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statico
parseFrom (dati com.google.protobuf.ByteString)
TensorSliceProto statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
TensorSliceProto.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int EXTENT_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico TensorSliceProto getDefaultInstance ()

public TensorSliceProto getDefaultInstanceForType ()

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

public TensorSliceProto.Extent getExtent (indice 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;

Elenco pubblico< 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 (indice 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;

Elenco pubblico<? estende 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;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

pubblico statico TensorSliceProto.Builder newBuilder (prototipo TensorSliceProto )

pubblico statico TensorSliceProto.Builder newBuilder ()

pubblico TensorSliceProto.Builder newBuilderForType ()

pubblico statico TensorSliceProto parseDelimitedFrom (input InputStream)

Lancia
IOException

pubblico statico TensorSliceProto parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico TensorSliceProto (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

TensorSliceProto parseFrom pubblico statico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
IOException

parseFrom pubblico statico TensorSliceProto (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico TensorSliceProto (input com.google.protobuf.CodedInputStream)

Lancia
IOException

pubblico statico TensorSliceProto parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico TensorSliceProto (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

pubblico statico TensorSliceProto parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico TensorSliceProto parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico TensorSliceProto.Builder toBuilder ()

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

Lancia
IOException