TensorInfo.CompositeTensor

classe finale statica pubblica TensorInfo.CompositeTensor

 Generic encoding for composite tensors.
 
Tipo di protocollo tensorflow.TensorInfo.CompositeTensor

Classi nidificate

classe TensorInfo.CompositeTensor.Builder
 Generic encoding for composite tensors. 

Costanti

int COMPONENTS_FIELD_NUMBER
int TYPE_SPEC_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
TensorInfo
getComponents (indice int)
 A TensorInfo for each flattened component tensor.
int
getComponentsCount ()
 A TensorInfo for each flattened component tensor.
Elenco< TensorInfo >
getComponentsList ()
 A TensorInfo for each flattened component tensor.
TensorInfoOrBuilder
getComponentsOrBuilder (indice int)
 A TensorInfo for each flattened component tensor.
Elenco<? estende TensorInfoOrBuilder >
getComponentsOrBuilderList ()
 A TensorInfo for each flattened component tensor.
TensorInfo.CompositeTensor statico
TensorInfo.CompositeTensor
com.google.protobuf.Descriptors.Descriptor statico finale
int
TypeSpecProto
getTypeSpec ()
 The serialized TypeSpec for the composite tensor.
TypeSpecProtoOrBuilder
getTypeSpecOrBuilder ()
 The serialized TypeSpec for the composite tensor.
finale com.google.protobuf.UnknownFieldSet
booleano
hasTypeSpec ()
 The serialized TypeSpec for the composite tensor.
int
booleano finale
TensorInfo.CompositeTensor.Builder statico
TensorInfo.CompositeTensor.Builder statico
TensorInfo.CompositeTensor.Builder
TensorInfo.CompositeTensor statico
parseDelimitedFrom (input InputStream)
TensorInfo.CompositeTensor statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CompositeTensor statico
parseFrom (dati ByteBuffer)
TensorInfo.CompositeTensor statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
TensorInfo.CompositeTensor statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CompositeTensor statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
TensorInfo.CompositeTensor statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CompositeTensor statico
parseFrom (dati com.google.protobuf.ByteString)
TensorInfo.CompositeTensor statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CompositeTensor statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
TensorInfo.CompositeTensor.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int COMPONENTS_FIELD_NUMBER

Valore costante: 2

public static final int TYPE_SPEC_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public TensorInfo getComponents (indice int)

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public int getComponentsCount ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

Elenco pubblico< TensorInfo > getComponentsList ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public TensorInfoOrBuilder getComponentsOrBuilder (indice int)

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

Elenco pubblico<? estende TensorInfoOrBuilder > getComponentsOrBuilderList ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

pubblico statico TensorInfo.CompositeTensor getDefaultInstance ()

pubblico TensorInfo.CompositeTensor getDefaultInstanceForType ()

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

pubblico getParserForType ()

public int getSerializedSize ()

public TypeSpecProto getTypeSpec ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;

public TypeSpecProtoOrBuilder getTypeSpecOrBuilder ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;

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

pubblico booleano hasTypeSpec ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;

public int hashCode ()

public final booleano isInitialized ()

pubblico statico TensorInfo.CompositeTensor.Builder newBuilder (prototipo TensorInfo.CompositeTensor )

pubblico statico TensorInfo.CompositeTensor.Builder newBuilder ()

pubblico TensorInfo.CompositeTensor.Builder newBuilderForType ()

pubblico statico TensorInfo.CompositeTensor parseDelimitedFrom (input InputStream)

Lancia
IOException

public static TensorInfo.CompositeTensor parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico TensorInfo.CompositeTensor parseFrom (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico TensorInfo.CompositeTensor parseFrom (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico TensorInfo.CompositeTensor parseFrom (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico TensorInfo.CompositeTensor.Builder toBuilder ()

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

Lancia
IOException