Namespaces | Typedefs | Functions
triton_utils.h File Reference
#include "larrecodnn/ImagePatternAlgs/NuSonic/Triton/Span.h"
#include <string>
#include <string_view>
#include <vector>
#include <unordered_set>
#include "grpc_client.h"

Go to the source code of this file.

Namespaces

 triton_utils
 

Typedefs

using triton_utils::Error = nvidia::inferenceserver::client::Error
 

Functions

template<typename C >
std::string triton_utils::printColl (const C &coll, const std::string &delim)
 
void triton_utils::throwIfError (const Error &err, std::string_view msg)
 
bool triton_utils::warnIfError (const Error &err, std::string_view msg)