onnxruntime/js/common/lib
Caroline Zhu c02a386145
[js/web/training] Implemented runEvalStep & runOptimizerStep (#18259)
### Description
* implemented runEvalStep and runOptimizerStep
* added hasEvalModel and hasOptimizerModel boolean fields in
TrainingSession representation
* added evalInputNames and evalOutputNames fields to
TrainingSessionHandler & TrainingSession
* removed the inputNamesEncoded and outputNamesEncoded fields from
TrainingSessionHandler -- since none of the training methods require the
input names and output names as parameters, there's no need to store
them.

### Motivation and Context
* part of the work for implementing web bindings for training
* previous PR: #18250

---------

Co-authored-by: Ashwini Khade <askhade@microsoft.com>
2023-12-04 13:37:14 -08:00
..
backend-impl.ts
backend.ts
env-impl.ts
env.ts
index.ts
inference-session-impl.ts
inference-session.ts
onnx-value.ts
tensor-conversion-impl.ts
tensor-conversion.ts
tensor-factory-impl.ts
tensor-factory.ts
tensor-impl-type-mapping.ts
tensor-impl.ts
tensor-utils-impl.ts
tensor-utils.ts
tensor.ts
training-session-impl.ts
training-session.ts
version.ts