classe final estática pública TensorShapeProto.Dim
One dimension of the tensor.
tensorflow.TensorShapeProto.Dim Classes aninhadas
| aula | TensorShapeProto.Dim.Builder | One dimension of the tensor. | |
Constantes
| interno | NAME_FIELD_NUMBER | |
| interno | SIZE_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| TensorShapeProto.Dim estático | |
| TensorShapeProto.Dim | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getNome () Optional name of the tensor dimension. |
| com.google.protobuf.ByteString | getNomeBytes () Optional name of the tensor dimension. |
| interno | |
| longo | getSize () Size of the tensor in that dimension. |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| TensorShapeProto.Dim.Builder estático | |
| TensorShapeProto.Dim.Builder estático | newBuilder (protótipo TensorShapeProto.Dim ) |
| TensorShapeProto.Dim.Builder | |
| TensorShapeProto.Dim estático | parseDelimitedFrom (entrada InputStream) |
| TensorShapeProto.Dim estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorShapeProto.Dim estático | parseFrom (dados de ByteBuffer) |
| TensorShapeProto.Dim estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorShapeProto.Dim estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorShapeProto.Dim estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| TensorShapeProto.Dim estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorShapeProto.Dim estático | parseFrom (dados com.google.protobuf.ByteString) |
| TensorShapeProto.Dim estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorShapeProto.Dim estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| TensorShapeProto.Dim.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
int final estático público NAME_FIELD_NUMBER
Valor Constante: 2
int final estático público SIZE_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getNome ()
Optional name of the tensor dimension.
string name = 2; público com.google.protobuf.ByteString getNameBytes ()
Optional name of the tensor dimension.
string name = 2; público getParserForType ()
público int getSerializedSize ()
getSize longo público ()
Size of the tensor in that dimension. This value must be >= -1, but values of -1 are reserved for "unknown" shapes (values of -1 mean "unknown" dimension). Certain wrappers that work with TensorShapeProto may fail at runtime when deserializing a TensorShapeProto containing a dim value of -1.
int64 size = 1; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static TensorShapeProto.Dim parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático TensorShapeProto.Dim parseFrom (dados ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static TensorShapeProto.Dim parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático TensorShapeProto.Dim parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático TensorShapeProto.Dim parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static TensorShapeProto.Dim parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático TensorShapeProto.Dim parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static TensorShapeProto.Dim parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático TensorShapeProto.Dim parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|