Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __truediv__
Method
__truediv__
tensorflow/python/ops/math_ops.py:305–306 ·
view source on GitHub ↗
(self, y)
Source
from the content-addressed store, hash-verified
303
self.name = name
304
305
def
__truediv__(self, y):
306
return
_truediv_python3(self.x, y, self.name)
307
308
def
__floordiv__(self, y):
309
return
floordiv(self.x, y, self.name)
Callers
nothing calls this directly
Calls
1
_truediv_python3
Function · 0.85
Tested by
no test coverage detected