MCPcopy 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

HashClass · 0.50
EqClass · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected