timesfm-ts - v1.0.0
    Preparing search index...

    Module model-descriptor

    ModelDescriptor — the universal contract between ONNX models and the TypeScript inference engine.

    Generated by scripts/export-onnx.py alongside the .onnx file. The engine reads this at runtime to configure itself for any compatible TimesFM model version, eliminating all hardcoded architecture constants.

    Interfaces

    OnnxDescriptor
    ArchitectureDescriptor
    ProcessingDescriptor
    ModelIdentity
    ModelDescriptor

    Type Aliases

    ModelPrecision

    Variables

    ENGINE_SUPPORTED_SCHEMA
    PRECISION_DEFAULT

    Functions

    descriptorToModelConfig
    loadModelDescriptor
    resolveModelConfig