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

Method divides

dnn/include/megdnn/dtype/bfloat16.hpp:719–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717 /// \param y second operand
718 /// \return bfloat16 quotient stored in single-precision
719 MEGDNN_HOST MEGDNN_DEVICE static expr divides(float x, float y) {
720 return expr(x / y);
721 }
722
723 /// Output implementation.
724 /// \param out stream to write to

Callers

nothing calls this directly

Calls 1

exprClass · 0.70

Tested by

no test coverage detected