MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator%

Function operator%

tensorflow/compiler/xla/client/xla_builder.cc:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78XlaOp operator*(XlaOp x, XlaOp y) { return Mul(x, y); }
79XlaOp operator/(XlaOp x, XlaOp y) { return Div(x, y); }
80XlaOp operator%(XlaOp x, XlaOp y) { return Rem(x, y); }
81
82XlaOp operator~(XlaOp x) { return Not(x); }
83XlaOp operator&(XlaOp x, XlaOp y) { return And(x, y); }

Callers

nothing calls this directly

Calls 1

RemFunction · 0.85

Tested by

no test coverage detected