classe final pública NamedTensorProto
A pair of tensor name and tensor values.
tensorflow.NamedTensorProto type tensorflow.NamedTensorProto Classes aninhadas
| aula | NamedTensorProto.Builder | A pair of tensor name and tensor values. | |
Constantes
| int | NAME_FIELD_NUMBER | |
| int | TENSOR_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| static NamedTensorProto | |
| NamedTensorProto | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | getName () Name of the tensor. |
| com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
| int | |
| TensorProto | getTensor () The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors. |
| TensorProtoOrBuilder | getTensorOrBuilder () The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors. |
| final com.google.protobuf.UnknownFieldSet | |
| boleano | hasTensor () The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors. |
| int | hashCode () |
| final booleano | |
| static NamedTensorProto.Builder | newBuilder (protótipo NamedTensorProto ) |
| static NamedTensorProto.Builder | newBuilder () |
| NamedTensorProto.Builder | |
| static NamedTensorProto | parseDelimitedFrom (input InputStream) |
| static NamedTensorProto | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NamedTensorProto | parseFrom (dados ByteBuffer) |
| static NamedTensorProto | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NamedTensorProto | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NamedTensorProto | parseFrom (com.google.protobuf.CodedInputStream input) |
| static NamedTensorProto | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NamedTensorProto | parseFrom (com.google.protobuf.ByteString data) |
| static NamedTensorProto | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NamedTensorProto | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| NamedTensorProto.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int NAME_FIELD_NUMBER
Valor Constante: 1
public static final int TENSOR_FIELD_NUMBER
Valor constante: 2
Métodos Públicos
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getName ()
Name of the tensor.
string name = 1;public com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1; público getParserForType ()
public int getSerializedSize ()
public TensorProto getTensor ()
The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors. The client specifies whether the returned tensor values should be filled tensor fields (float_val, int_val, etc.) or encoded in a compact form in tensor.tensor_content.
.tensorflow.TensorProto tensor = 2;public TensorProtoOrBuilder getTensorOrBuilder ()
The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors. The client specifies whether the returned tensor values should be filled tensor fields (float_val, int_val, etc.) or encoded in a compact form in tensor.tensor_content.
.tensorflow.TensorProto tensor = 2;public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasTensor ()
The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors. The client specifies whether the returned tensor values should be filled tensor fields (float_val, int_val, etc.) or encoded in a compact form in tensor.tensor_content.
.tensorflow.TensorProto tensor = 2;public int hashCode ()
public final boolean isInitialized ()
public static NamedTensorProto parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NamedTensorProto parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NamedTensorProto parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static NamedTensorProto parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static NamedTensorProto parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static NamedTensorProto parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static NamedTensorProto parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NamedTensorProto parseFrom (com.google.protobuf.ByteString data, 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 |
|---|