Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ FlatMap
Method
FlatMap
tensorflow/core/lib/gtl/flatmap.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
typedef const value_type& const_reference;
71
72
FlatMap() : FlatMap(1) {}
73
74
explicit FlatMap(size_t N, const Hash& hf = Hash(), const Eq& eq = Eq())
75
: rep_(N, hf, eq) {}
Callers
nothing calls this directly
Calls
4
Hash
Class · 0.50
Eq
Class · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected