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

Function operator+

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

Source from the content-addressed store, hash-verified

74
75XlaOp operator-(XlaOp x) { return Neg(x); }
76XlaOp operator+(XlaOp x, XlaOp y) { return Add(x, y); }
77XlaOp operator-(XlaOp x, XlaOp y) { return Sub(x, y); }
78XlaOp operator*(XlaOp x, XlaOp y) { return Mul(x, y); }
79XlaOp operator/(XlaOp x, XlaOp y) { return Div(x, y); }

Callers

nothing calls this directly

Calls 1

AddFunction · 0.70

Tested by

no test coverage detected