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

Class GetFormat

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

Source from the content-addressed store, hash-verified

178};
179
180class GetFormat final : public OperatorImpl<GetFormat, Operator::GetAttrLike> {
181public:
182 std::string to_string() const override;
183 std::string raw_type() const { return "GetFromat"; }
184};
185
186class SetFormat final : public OperatorImpl<SetFormat, Operator::IdentityLike> {
187private:

Callers 1

formatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected