![]() |
![]() |
Typedefs | |
using | Error = nvidia::inferenceserver::client::Error |
Functions | |
template<typename C > | |
std::string | printColl (const C &coll, const std::string &delim=", ") |
void | throwIfError (const Error &err, std::string_view msg) |
bool | warnIfError (const Error &err, std::string_view msg) |
using triton_utils::Error = typedef nvidia::inferenceserver::client::Error |
Definition at line 15 of file triton_utils.h.
std::string triton_utils::printColl | ( | const C & | coll, |
const std::string & | delim = ", " |
||
) |
Definition at line 11 of file triton_utils.cc.
References filterCSVwithJSON::copy, mps_fire::end, and mps_check::msg.
Referenced by TritonClient::TritonClient().
void triton_utils::throwIfError | ( | const Error & | err, |
std::string_view | msg | ||
) |
Definition at line 20 of file triton_utils.cc.
References submitPVResolutionJobs::err, and mps_check::msg.
Referenced by TritonData< IO >::fromServer(), TritonData< IO >::toServer(), and TritonClient::TritonClient().
bool triton_utils::warnIfError | ( | const Error & | err, |
std::string_view | msg | ||
) |
Definition at line 25 of file triton_utils.cc.
References submitPVResolutionJobs::err, and mps_check::msg.
Referenced by TritonClient::evaluate(), TritonClient::getResults(), and TritonClient::getServerSideStatus().