LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "larrecodnn/ImagePatternAlgs/NuSonic/Triton/Span.h"
#include <algorithm>
#include <any>
#include <memory>
#include <numeric>
#include <string>
#include <unordered_map>
#include <vector>
#include "grpc_client.h"
#include "triton/common/model_config.h"
Go to the source code of this file.
Classes | |
class | lartriton::TritonData< IO > |
Namespaces | |
lartriton | |
Typedefs | |
template<typename DT > | |
using | lartriton::TritonInput = std::vector< std::vector< DT >> |
template<typename DT > | |
using | lartriton::TritonOutput = std::vector< triton_span::Span< const DT * >> |
using | lartriton::TritonInputData = TritonData< nic::InferInput > |
using | lartriton::TritonInputMap = std::unordered_map< std::string, TritonInputData > |
using | lartriton::TritonOutputData = TritonData< nic::InferRequestedOutput > |
using | lartriton::TritonOutputMap = std::unordered_map< std::string, TritonOutputData > |