TensorSliceProto.Extent

clase final estática pública TensorSliceProto.Extent

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

Clases anidadas

clase TensorSliceProto.Extent.Builder
 Extent of the slice in one dimension. 
enumeración TensorSliceProto.Extent.HasLengthCase

Constantes

En t LENGTH_FIELD_NUMBER
En t START_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
static TensorSliceProto.Extent
TensorSliceProto.Extent
com.google.protobuf.Descriptors.Descriptor estático final
TensorSliceProto.Extent.HasLengthCase
largo
getLength ()
int64 length = 2;
En t
largo
getStart ()
 Start index of the slice, starting at 0.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático TensorSliceProto.Extent.Builder
estático TensorSliceProto.Extent.Builder
TensorSliceProto.Extent.Builder
static TensorSliceProto.Extent
parseDelimitedFrom (entrada InputStream)
static TensorSliceProto.Extent
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (datos ByteBuffer)
static TensorSliceProto.Extent
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (entrada com.google.protobuf.CodedInputStream)
static TensorSliceProto.Extent
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (datos com.google.protobuf.ByteString)
static TensorSliceProto.Extent
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorSliceProto.Extent
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorSliceProto.Extent.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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 es igual a (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)

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public TensorSliceProto.Extent.Builder toBuilder ()

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

Lanza
IOException