UNPKG
@galihru/tvmai
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Training and Evaluation AI Model Recommendation Engine for WebNN
github.com/galihru/tvm
galihru/tvm
@galihru/tvmai
/
types
/
index.d.ts
5 lines
(4 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
import
{ analyzeDataset }
from
'./core/datasetAnalyzer'
;
import
{ recommendModel }
from
'./core/modelRecommender'
;
export
declare
const
loadDataset
:
(
file
:
File
) =>
Promise
<
any
>;
export
{ analyzeDataset, recommendModel };