Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
namespace internal_map_traits {
32
struct Rank1 {};
33
struct Rank0 : Rank1 {};
34
35
template <class V>
36
auto GetKey(V&& v, Rank0) -> decltype((std::forward<V>(v).first)) {
Callers
2
GetKey
Function · 0.85
GetMapped
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected