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

Method make

imperative/src/include/megbrain/imperative/utils/box.h:82–82  ·  view source on GitHub ↗

* \brief make an empty box * * \return std::shared_ptr */

Source from the content-addressed store, hash-verified

80 * \return std::shared_ptr<Box>
81 */
82 static std::shared_ptr<Box> make() { return std::make_shared<Box>(); }
83};
84
85} // namespace mgb::imperative

Callers 5

apply_complex_maskMethod · 0.45
apply_transformationMethod · 0.45
record_varMethod · 0.45
record_varMethod · 0.45
apply_transformationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected