Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(//core/conversion/evaluators): A whole bunch of new evaluators
Adds evaluators for: - aten::eq - aten::ne - aten::lt - aten::gt - aten::le - aten::ge - aten::add - aten::sub - aten::mul - aten::Bool - aten::Float - aten::__not__ - aten::__is__ - aten::__isnot__ - aten::numel - aten::dim - aten::div - aten::floordiv - aten::floor - aten::warn - prim::min - prim::max - prim::shape - prim::unchecked_cast - prim::Uninitalized - prim::RaiseException Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
- Loading branch information