TensorInfo.CompositeTensor

classe final pública estática TensorInfo.CompositeTensor

 Generic encoding for composite tensors.
 
tensorflow.TensorInfo.CompositeTensor tipo tensorflow.TensorInfo.CompositeTensor

Classes aninhadas

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

Constantes

int COMPONENTS_FIELD_NUMBER
int TYPE_SPEC_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
TensorInfo
getComponents (int index)
 A TensorInfo for each flattened component tensor.
int
getComponentsCount ()
 A TensorInfo for each flattened component tensor.
Lista < TensorInfo >
getComponentsList ()
 A TensorInfo for each flattened component tensor.
TensorInfoOrBuilder
getComponentsOrBuilder (índice interno )
 A TensorInfo for each flattened component tensor.
Lista <? estende TensorInfoOrBuilder >
getComponentsOrBuilderList ()
 A TensorInfo for each flattened component tensor.
static TensorInfo.CompositeTensor
TensorInfo.CompositeTensor
final static com.google.protobuf.Descriptors.Descriptor
int
TypeSpecProto
getTypeSpec ()
 The serialized TypeSpec for the composite tensor.
TypeSpecProtoOrBuilder
getTypeSpecOrBuilder ()
 The serialized TypeSpec for the composite tensor.
final com.google.protobuf.UnknownFieldSet
boleano
hasTypeSpec ()
 The serialized TypeSpec for the composite tensor.
int
final booleano
static TensorInfo.CompositeTensor.Builder
static TensorInfo.CompositeTensor.Builder
TensorInfo.CompositeTensor.Builder
static TensorInfo.CompositeTensor
parseDelimitedFrom (input InputStream)
static TensorInfo.CompositeTensor
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom (dados ByteBuffer)
static TensorInfo.CompositeTensor
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom (com.google.protobuf.CodedInputStream input)
static TensorInfo.CompositeTensor
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom (com.google.protobuf.ByteString data)
static TensorInfo.CompositeTensor
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorInfo.CompositeTensor
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorInfo.CompositeTensor.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int COMPONENTS_FIELD_NUMBER

Valor constante: 2

public static final int TYPE_SPEC_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public TensorInfo getComponents (int index)

 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;

public List < TensorInfo > getComponentsList ()

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

public TensorInfoOrBuilder getComponentsOrBuilder (int index)

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

Lista pública <? estende TensorInfoOrBuilder > getComponentsOrBuilderList ()

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

public static TensorInfo.CompositeTensor getDefaultInstance ()

public TensorInfo.CompositeTensor getDefaultInstanceForType ()

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

público 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;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasTypeSpec ()

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

public int hashCode ()

public final boolean isInitialized ()

public static TensorInfo.CompositeTensor.Builder newBuilder (protótipo TensorInfo.CompositeTensor )

public static TensorInfo.CompositeTensor.Builder newBuilder ()

public TensorInfo.CompositeTensor.Builder newBuilderForType ()

public static TensorInfo.CompositeTensor parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static TensorInfo.CompositeTensor parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static TensorInfo.CompositeTensor parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static TensorInfo.CompositeTensor parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static TensorInfo.CompositeTensor 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