MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Rank0

Class Rank0

tensorflow/core/lib/gtl/subtle/map_traits.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace internal_map_traits {
32struct Rank1 {};
33struct Rank0 : Rank1 {};
34
35template <class V>
36auto GetKey(V&& v, Rank0) -> decltype((std::forward<V>(v).first)) {

Callers 2

GetKeyFunction · 0.85
GetMappedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected