TensorSliceProto

clase final pública TensorSliceProto

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

Clases anidadas

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

Constantes

En t EXTENT_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático TensorSliceProto
TensorSliceProto
com.google.protobuf.Descriptors.Descriptor estático final
TensorSliceProto.Extent
getExtent (índice int)
 Extent of the slice in all tensor dimensions.
En t
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 int)
 Extent of the slice in all tensor dimensions.
Lista <? extiende TensorSliceProto.ExtentOrBuilder >
getExtentOrBuilderList ()
 Extent of the slice in all tensor dimensions.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático TensorSliceProto.Builder
newBuilder (prototipo de TensorSliceProto )
estático TensorSliceProto.Builder
TensorSliceProto.Builder
estático TensorSliceProto
parseDelimitedFrom (entrada InputStream)
estático TensorSliceProto
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSliceProto
parseFrom (datos ByteBuffer)
estático TensorSliceProto
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSliceProto
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSliceProto
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático TensorSliceProto
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSliceProto
parseFrom (datos com.google.protobuf.ByteString)
estático TensorSliceProto
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TensorSliceProto
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorSliceProto.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int EXTENT_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public static TensorSliceProto getDefaultInstance ()

public TensorSliceProto getDefaultInstanceForType ()

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

public TensorSliceProto.Extent getExtent (int index)

 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;

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;

public 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 <? extiende 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 ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

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

public static TensorSliceProto.Builder newBuilder ()

public TensorSliceProto.Builder newBuilderForType ()

public static TensorSliceProto parseDelimitedFrom (InputStream input)

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static TensorSliceProto parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static TensorSliceProto parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static TensorSliceProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public TensorSliceProto.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException