MCPcopy Create free account
hub / github.com/catboost/catboost / TInner

Class TInner

library/cpp/cuda/wrappers/cuda_graph.h:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class TCudaGraph {
15private:
16 struct TInner: public TThrRefBase {
17 TInner(cudaGraph_t graph)
18 : Graph_(graph)
19 {
20 }
21
22 ~TInner();
23
24 cudaGraph_t Graph_;
25 };
26
27private:
28 TIntrusivePtr<TInner> Impl_;

Callers 1

AsyncAddArrowNumColumnFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected