timesfm-ts - v1.0.0
Preparing search index...
model-loader
ModelLoadResult
Interface ModelLoadResult
interface
ModelLoadResult
{
buffer
:
ArrayBuffer
;
sizeBytes
:
number
;
contentType
:
string
;
}
Index
Properties
buffer
size
Bytes
content
Type
Properties
buffer
buffer
:
ArrayBuffer
The raw ONNX model data.
size
Bytes
sizeBytes
:
number
Total size in bytes.
content
Type
contentType
:
string
Content-Type from the response.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buffer
size
Bytes
content
Type
timesfm-ts - v1.0.0
Loading...
The raw ONNX model data.