onnxruntime
adding fill scalar for torch ones direct initialization on ort device
#10898
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
13
Changes
View On
GitHub
Commits
adding fill scalar for torch ones direct initialization on device and adding test case for it
ajindal1
committed
4 years ago
using ConstantOfShape to for implementing fill Scalar in atenops
ajindal1
committed
4 years ago
Merge branch 'master' of https://github.com/microsoft/onnxruntime into abjindal/torch_ones_direct_init
ajindal1
committed
4 years ago
adding case for handling at::Tensor attribute
ajindal1
committed
4 years ago
handling the at::Tensor type for ConstantOfShape
ajindal1
committed
4 years ago
handling the at::Tensor type for ConstantOfShape with attr type
ajindal1
committed
4 years ago
handling the at::Tensor type case
ajindal1
committed
4 years ago
converting the data to tensor in case of aten tensor mapping is needed
ajindal1
committed
4 years ago
resolving the conflict for testing ort ops
ajindal1
committed
4 years ago
handling aten tensor case
ajindal1
committed
4 years ago
handling aten tensor case and reversing the string case
ajindal1
committed
4 years ago
changing type of scalar
ajindal1
committed
4 years ago
Merge branch 'master' of https://github.com/microsoft/onnxruntime into abjindal/torch_ones_direct_init
ajindal1
committed
4 years ago
Loading