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

Class GetExternalVal

imperative/python/src/external_convert.h:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32class GetExternalVal final
33 : public OperatorImpl<GetExternalVal, Operator::GetAttrLike> {
34public:
35 std::string to_string() const { return "GetExternalVal"; };
36 std::string raw_type() const { return "GetExternalVal"; }
37};
38
39class PyobjectStorage {
40private:

Callers 1

_external_objMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected