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

Method minus

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

Source from the content-addressed store, hash-verified

701 /// \param y second operand
702 /// \return bfloat16 difference stored in single-precision
703 MEGDNN_HOST MEGDNN_DEVICE static expr minus(float x, float y) {
704 return expr(x - y);
705 }
706
707 /// Multiplication implementation.
708 /// \param x first operand

Callers

nothing calls this directly

Calls 1

exprClass · 0.70

Tested by

no test coverage detected