Formatting fix

PiperOrigin-RevId: 504599712
This commit is contained in:
Sebastian Schmidt 2023-01-25 10:31:10 -08:00 committed by Copybara-Service
parent afb0182935
commit 1538740dcb

View File

@ -33,6 +33,7 @@ export declare interface Embedding {
* perform scalar quantization. * perform scalar quantization.
*/ */
quantizedEmbedding?: Uint8Array; quantizedEmbedding?: Uint8Array;
/** /**
* The index of the classifier head these categories refer to. This is * The index of the classifier head these categories refer to. This is
* useful for multi-head models. * useful for multi-head models.