onnxruntime
Extend OrtAllocator API to get Allocator statistics
#24785
Merged

Commits
  • Add api to get allocator stats.
    toothache committed 1 year ago
  • Address the comments.
    toothache committed 1 year ago
  • Fix UT.
    toothache committed 1 year ago
  • Raise not implemented exception in default IAllocator::GetStats.
    toothache committed 1 year ago
  • Polish the code.
    toothache committed 1 year ago
  • Address comments.
    toothache committed 1 year ago
  • Debug CI failure.
    toothache committed 1 year ago
  • Return OrtStatus in IAllocator:GetStats.
    toothache committed 1 year ago
  • Fix UT.
    toothache committed 1 year ago
  • Update UT.
    toothache committed 1 year ago
  • Fix lint.
    toothache committed 1 year ago
  • Fix lint.
    toothache committed 1 year ago
  • Return ORT_NOT_IMPLEMENTED in default cpu allocator.
    toothache committed 1 year ago
  • Return E_NOT_IMPLEMENTED in NO_RTTI case.
    toothache committed 1 year ago
  • Update onnxruntime_c_api.cc
    toothache committed 1 year ago
  • Fix UT.
    toothache committed 1 year ago
  • Move NO_RTTI check in OrtAllocator entry.
    toothache committed 1 year ago
  • Add back RTTI check in c_api
    toothache committed 1 year ago
  • Added comments.
    toothache committed 1 year ago
  • Fix build issues with c++17 prior.
    toothache committed 1 year ago
  • Update API to return OrtKeyValuePairs.
    toothache committed 1 year ago
  • Update UT.
    toothache committed 1 year ago
  • Update.
    toothache committed 1 year ago
  • Fix build.
    toothache committed 1 year ago
  • Address comments.
    toothache committed 1 year ago
  • Address comments.
    toothache committed 1 year ago
  • Update apidoc
    toothache committed 1 year ago
  • Fix leak.
    toothache committed 1 year ago
  • Address comments.
    toothache committed 1 year ago
  • Remove version check.
    toothache committed 1 year ago
  • Fix build.
    toothache committed 1 year ago
Loading