Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ operator-
Function
operator-
tensorflow/compiler/xla/client/xla_builder.cc:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
} // namespace
74
75
XlaOp operator-(XlaOp x) { return Neg(x); }
76
XlaOp operator+(XlaOp x, XlaOp y) { return Add(x, y); }
77
XlaOp operator-(XlaOp x, XlaOp y) { return Sub(x, y); }
78
XlaOp operator*(XlaOp x, XlaOp y) { return Mul(x, y); }
Callers
nothing calls this directly
Calls
2
Neg
Function · 0.70
Sub
Function · 0.70
Tested by
no test coverage detected