NamedTensorProto

classe finale pubblica NamedTensorProto

 A pair of tensor name and tensor values.
 
Tipo protobuf tensorflow.NamedTensorProto

Classi nidificate

classe NomeTensorProto.Builder
 A pair of tensor name and tensor values. 

Costanti

int NOME_CAMPO_NUMERO
int TENSOR_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
nome statico TensorProto
NomeTensorProto
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getNome ()
 Name of the tensor.
com.google.protobuf.ByteString
getNomeBytes ()
 Name of the tensor.
int
TensoreProto
getTensore ()
 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.
finale com.google.protobuf.UnknownFieldSet
booleano
haTensore ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
int
booleano finale
nome statico NamedTensorProto.Builder
nome statico NamedTensorProto.Builder
NomeTensorProto.Builder
nome statico TensorProto
parseDelimitedFrom (input InputStream)
nome statico TensorProto
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
nome statico TensorProto
parseFrom (dati ByteBuffer)
nome statico TensorProto
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
nome statico TensorProto
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
nome statico TensorProto
parseFrom (ingresso com.google.protobuf.CodedInputStream)
nome statico TensorProto
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
nome statico TensorProto
parseFrom (dati com.google.protobuf.ByteString)
nome statico TensorProto
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
nome statico TensorProto
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
NomeTensorProto.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int NAME_FIELD_NUMBER

Valore costante: 1

public static final int TENSOR_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico NamedTensorProto getDefaultInstance ()

pubblico NamedTensorProto getDefaultInstanceForType ()

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

stringa pubblica getName ()

 Name of the tensor.
 
string name = 1;

pubblico com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico 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;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasTensor booleano pubblico ()

 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 booleano isInitialized ()

pubblico statico NamedTensorProto.Builder newBuilder (prototipo NamedTensorProto )

pubblico statico NamedTensorProto.Builder newBuilder ()

pubblico NamedTensorProto.Builder newBuilderForType ()

pubblico statico NamedTensorProto parseDelimitedFrom (input InputStream)

Lancia
IOException

pubblico statico NamedTensorProto parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico NamedTensorProto (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

pubblico statico NamedTensorProto parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico NamedTensorProto parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico NamedTensorProto (input com.google.protobuf.CodedInputStream)

Lancia
IOException

pubblico statico NamedTensorProto parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico NamedTensorProto (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

pubblico statico NamedTensorProto parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico NamedTensorProto parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico NamedTensorProto.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException