- COMPONENT_LABELS =
{
input_tokens: "Input",
cache_read_input_tokens: "Cache read",
cache_write_input_tokens: "Cache write",
cache_write_extended_input_tokens: "Extended cache write",
audio_input_tokens: "Audio input",
image_input_tokens: "Image input",
output_tokens: "Output",
audio_output_tokens: "Audio output",
image_output_tokens: "Image output",
hidden_output_tokens: "Hidden output"
}.freeze
- QUALITY_LABELS =
COMPONENT_LABELS.merge(
input_tokens: "Regular input",
cache_read_input_tokens: "Cache read input",
cache_write_input_tokens: "Cache write input",
cache_write_extended_input_tokens: "Extended cache write input"
).freeze
- STACK_CLASSES =
{
input_tokens: "lct-stack-fill-input",
cache_read_input_tokens: "lct-stack-fill-cache-read",
cache_write_input_tokens: "lct-stack-fill-cache-write",
cache_write_extended_input_tokens: "lct-stack-fill-cache-write-extended",
audio_input_tokens: "lct-stack-fill-audio-input",
image_input_tokens: "lct-stack-fill-image-input",
output_tokens: "lct-stack-fill-output",
audio_output_tokens: "lct-stack-fill-audio-output",
image_output_tokens: "lct-stack-fill-image-output"
}.freeze