combinedEmbedding constant
ExplanationMetadata_InputMetadata_Encoding
const combinedEmbedding
The tensor is encoded into a 1-dimensional array represented by an
encoded tensor.
InputMetadata.encoded_tensor_name
must be provided for this encoding. For example:
input = ["This", "is", "a", "test", "."]
encoded = [0.1, 0.2, 0.3, 0.4, 0.5]
Implementation
static const combinedEmbedding = ExplanationMetadata_InputMetadata_Encoding(
'COMBINED_EMBEDDING',
);