NVIDIA IndeX API nvidia_logo_transpbg.gif Up
ipipe_set.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright 2023 NVIDIA Corporation. All rights reserved.
3 *****************************************************************************/
6
7#ifndef NVIDIA_INDEX_IPIPE_SET_H
8#define NVIDIA_INDEX_IPIPE_SET_H
9
11
12namespace nv
13{
14namespace index
15{
16
21class IPipe_set :
22 public mi::base::Interface_declare<0x95073d19,0x97ff,0x4ab2,0xaf,0xbc,0x8a,0x2c,0x4f,0x49,0x29,0xb3,
23 nv::index::IDistributed_data>
24{
25};
26
27}} // namespace index / nv
28
29#endif // NVIDIA_INDEX_IPIPE_SET_H
Pipe set.
Definition: ipipe_set.h:24
Interface class representing NVIDIA IndeX's distributed datasets.
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349