TensorSliceProto.Extent

classe final pública estática TensorSliceProto.Extent

 Extent of the slice in one dimension.
 
tensorflow.TensorSliceProto.Extent tipo tensorflow.TensorSliceProto.Extent

Classes aninhadas

aula TensorSliceProto.Extent.Builder
 Extent of the slice in one dimension. 
enum TensorSliceProto.Extent.HasLengthCase

Constantes

int LENGTH_FIELD_NUMBER
int START_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static TensorSliceProto.Extent
TensorSliceProto.Extent
final static com.google.protobuf.Descriptors.Descriptor
TensorSliceProto.Extent.HasLengthCase
longo
getLength ()
int64 length = 2;
int
longo
getStart ()
 Start index of the slice, starting at 0.
final com.google.protobuf.UnknownFieldSet
int
final booleano
static TensorSliceProto.Extent.Builder
static TensorSliceProto.Extent.Builder
TensorSliceProto.Extent.Builder
static TensorSliceProto.Extent
parseDelimitedFrom (input InputStream)
static TensorSliceProto.Extent
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (dados ByteBuffer)
static TensorSliceProto.Extent
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (com.google.protobuf.CodedInputStream input)
static TensorSliceProto.Extent
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (com.google.protobuf.ByteString data)
static TensorSliceProto.Extent
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorSliceProto.Extent.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int LENGTH_FIELD_NUMBER

Valor constante: 2

public static final int START_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static TensorSliceProto.Extent getDefaultInstance ()

public TensorSliceProto.Extent getDefaultInstanceForType ()

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

public TensorSliceProto.Extent.HasLengthCase getHasLengthCase ()

public long getLength ()

int64 length = 2;

público getParserForType ()

public int getSerializedSize ()

public long getStart ()

 Start index of the slice, starting at 0.
 
int64 start = 1;

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

public int hashCode ()

public final boolean isInitialized ()

public static TensorSliceProto.Extent.Builder newBuilder ( TensorSliceProto.Extent prototype)

public static TensorSliceProto.Extent.Builder newBuilder ()

public TensorSliceProto.Extent.Builder newBuilderForType ()

public static TensorSliceProto.Extent parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static TensorSliceProto.Extent parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static TensorSliceProto.Extent parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public TensorSliceProto.Extent.Builder toBuilder ()

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

Lança
IOException