MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / CreateNode

Class CreateNode

imperative/src/include/megbrain/imperative/basic_operators.h:218–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216};
217
218class CreateNode final : public OperatorImpl<CreateNode> {
219private:
220 cg::VarNode* m_node;
221
222public:
223 CreateNode(cg::VarNode* node) : m_node(node) {}
224
225 cg::VarNode* node() const { return m_node; }
226 std::string raw_type() const { return "CreateNode"; }
227
228 std::string to_string() const override;
229};
230
231class PushScope final : public OperatorImpl<PushScope> {
232public:

Callers 1

TensorWrapperMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected