MCPcopy Create free account
hub / github.com/RenderKit/oidn / TensorAlloc

Method TensorAlloc

core/graph.h:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 Ref<Tensor> tensor;
85
86 TensorAlloc(const TensorDesc& desc, int id)
87 : desc(desc),
88 id(id) {}
89 };
90
91 void addOp(const Ref<Op>& op, const std::vector<Ref<Op>>& srcOps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected