Skip to content

Commit

Permalink
Change function name
Browse files Browse the repository at this point in the history
Co-authored-by: Neelay Shah <[email protected]>
  • Loading branch information
KrishnanPrash and nnshah1 authored Aug 16, 2024
1 parent e1b940b commit 5350d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tritonserver/_c/tritonserver_pybind.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ class PyServer : public PyWrapper<struct TRITONSERVER_Server> {
owned_ = true;
}

uintptr_t get_c_ptr()
uintptr_t _ptr()
{ // Calls PyWrapper
return reinterpret_cast<uintptr_t>(this->Ptr());
}
Expand Down

0 comments on commit 5350d2c

Please sign in to comment.