TensorSliceProto

classe final pública TensorSliceProto

 Can only be interpreted if you know the corresponding TensorShape.
 
tensorflow.TensorSliceProto 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

int EXTENT_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
TensorSliceProto estático
TensorSliceProto
final static com.google.protobuf.Descriptors.Descriptor
TensorSliceProto.Extent
getExtent (índice int)
 Extent of the slice in all tensor dimensions.
int
getExtentCount ()
 Extent of the slice in all tensor dimensions.
List < 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.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static TensorSliceProto.Builder
static TensorSliceProto.Builder
TensorSliceProto.Builder
TensorSliceProto estático
parseDelimitedFrom (input InputStream)
TensorSliceProto estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (dados ByteBuffer)
TensorSliceProto estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (com.google.protobuf.CodedInputStream input)
TensorSliceProto estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (com.google.protobuf.ByteString data)
TensorSliceProto estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSliceProto estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorSliceProto.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int EXTENT_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (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;

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

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static TensorSliceProto.Builder newBuilder (protótipo TensorSliceProto )

public static TensorSliceProto.Builder newBuilder ()

public TensorSliceProto.Builder newBuilderForType ()

public static TensorSliceProto parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static TensorSliceProto parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public TensorSliceProto.Builder toBuilder ()

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

Lança
IOException