This is a simple datatype with a few JSON utilities, and is independent
of the underlying executor. The main motivation is to allow taking a
dependency on it on the AOT side, and allow us build a correctly-sized
buffer in the cases when the requested feature isn't supported by the
model. This, in turn, allows us to grow the feature set supported by the
compiler in a backward-compatible way; and also collect traces exposing
the new features, but starting off the older model, and continue
training from those new traces.
Details
Details
- Reviewers
yundiqian - Commits
- rGb1fa5ac3ba34: [mlgo] Factor out TensorSpec
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo