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

Class GetVarVal

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

Source from the content-addressed store, hash-verified

210};
211
212class GetVarVal final : public OperatorImpl<GetVarVal, Operator::GetAttrLike> {
213public:
214 std::string to_string() const override;
215 std::string raw_type() const { return "GetVarVal"; }
216};
217
218class CreateNode final : public OperatorImpl<CreateNode> {
219private:

Callers 2

_varMethod · 0.85
_graphMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected