Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ EnableAliasing
Function
EnableAliasing
tensorflow/core/util/example_proto_fast_parsing.cc:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
template <typename A>
48
auto EnableAliasing(A* a) -> decltype(a->EnableAliasing(true), void()) {
49
a->EnableAliasing(true);
50
}
51
52
template <typename A>
53
void EnableAliasing(A&& a) {}
Callers
6
GetNumElementsInBytesList
Method · 0.85
ParseBytesList
Method · 0.85
ParseFloatList
Method · 0.85
ParseInt64List
Method · 0.85
ParseExample
Function · 0.85
FastParseSequenceExample
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected