TensorSliceProto

classe final pública TensorSliceProto

 Can only be interpreted if you know the corresponding TensorShape.
 
Protobuf tipo tensorflow.TensorSliceProto

Classes aninhadas

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

Constantes

interno EXTENT_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
TensorSliceProto estático
TensorSliceProto
final estático com.google.protobuf.Descriptors.Descriptor
TensorSliceProto.Extent
getExtent (índice interno)
 Extent of the slice in all tensor dimensions.
interno
getExtentCount ()
 Extent of the slice in all tensor dimensions.
Lista< TensorSliceProto.Extent >
getExtentList ()
 Extent of the slice in all tensor dimensions.
TensorSliceProto.ExtentOrBuilder
getExtentOrBuilder (índice interno)
 Extent of the slice in all tensor dimensions.
Lista<? estende TensorSliceProto.ExtentOrBuilder >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
TensorSliceProto.Builder estático
TensorSliceProto.Builder estático
TensorSliceProto.Builder
TensorSliceProto estático
parseDelimitedFrom (entrada InputStream)
TensorSliceProto estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (dados de ByteBuffer)
TensorSliceProto estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
TensorSliceProto estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (dados com.google.protobuf.ByteString)
TensorSliceProto estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorSliceProto.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

int final estático público EXTENT_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

público estático TensorSliceProto getDefaultInstance ()

público TensorSliceProto getDefaultInstanceForType ()

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

público TensorSliceProto.Extent getExtent (índice 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;

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

Lista pública< 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;

público TensorSliceProto.ExtentOrBuilder getExtentOrBuilder (índice 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;

Lista pública<? 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;

público getParserForType ()

público int getSerializedSize ()

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

hashCode int público ()

público final booleano isInitialized ()

público estático TensorSliceProto.Builder newBuilder (protótipo TensorSliceProto )

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

público TensorSliceProto.Builder newBuilderForType ()

público estático TensorSliceProto parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static TensorSliceProto parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

TensorSliceProto estático público parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static TensorSliceProto parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

público estático TensorSliceProto parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

TensorSliceProto estático público parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static TensorSliceProto parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

TensorSliceProto.Builder público paraBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException