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

Class IsScalar

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

Source from the content-addressed store, hash-verified

171};
172
173class IsScalar final : public OperatorImpl<IsScalar, Operator::GetAttrLike> {
174private:
175public:
176 std::string to_string() const override;
177 std::string raw_type() const { return "IsScalar"; }
178};
179
180class GetFormat final : public OperatorImpl<GetFormat, Operator::GetAttrLike> {
181public:

Callers 1

is_scalarMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected