MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / PywGMutable

Class PywGMutable

python/wrapper/PywGMutable.h:17–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "PyWrapperMacro.h"
16
17class PywGMutable : public CGraph::GMutable {
18public:
19 explicit PywGMutable(const CGraph::GElementPtrArr& elements = CGraph::GElementPtrArr{}) {
20 __addGElements_4py(elements);
21 }
22 ~PywGMutable() override = default;
23
24 CStatus reshape(CGraph::GElementPtrArr& elements) override {
25 PYBIND11_OVERLOAD_PURE(CStatus, PywGMutable, reshape, elements);
26 }
27};
28
29PYCGRAPH_DECLARE_GGROUP_INTERFACE_CLASS(PywGMutable,
30 CStatus reshape(CGraph::GElementPtrArr& elements) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected