Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _map_py_func
Method
_map_py_func
tensorflow/python/data/kernel_tests/map_test.py:637–640 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
635
set_event_during_invocation = 5
636
637
def
_map_py_func(x):
638
if
x == set_event_during_invocation:
639
ev.set()
640
return
x * x
641
642
def
_map_fn(x):
643
return
script_ops.py_func(_map_py_func, [x], x.dtype)
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected