NamedTensorProto

clase final pública NamedTensorProto

 A pair of tensor name and tensor values.
 
tipo tensorflow.NamedTensorProto

Clases anidadas

clase NamedTensorProto.Builder
 A pair of tensor name and tensor values. 

Constantes

En t NAME_FIELD_NUMBER
En t TENSOR_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático NamedTensorProto
NamedTensorProto
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getName ()
 Name of the tensor.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
En t
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
booleano
hasTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
En t
booleano final
estático NamedTensorProto.Builder
estático NamedTensorProto.Builder
NamedTensorProto.Builder
estático NamedTensorProto
parseDelimitedFrom (entrada InputStream)
estático NamedTensorProto
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (datos ByteBuffer)
estático NamedTensorProto
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático NamedTensorProto
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (datos com.google.protobuf.ByteString)
estático NamedTensorProto
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
NamedTensorProto.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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

public static NamedTensorProto getDefaultInstance ()

public NamedTensorProto getDefaultInstanceForType ()

público estático 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.Builder newBuilder (prototipo de NamedTensorProto )

public static NamedTensorProto.Builder newBuilder ()

public NamedTensorProto.Builder newBuilderForType ()

public static NamedTensorProto parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static NamedTensorProto parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static NamedTensorProto parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static NamedTensorProto parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public NamedTensorProto.Builder toBuilder ()

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

Lanza
IOException