MCPcopy 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
47template <typename A>
48auto EnableAliasing(A* a) -> decltype(a->EnableAliasing(true), void()) {
49 a->EnableAliasing(true);
50}
51
52template <typename A>
53void EnableAliasing(A&& a) {}

Callers 6

ParseBytesListMethod · 0.85
ParseFloatListMethod · 0.85
ParseInt64ListMethod · 0.85
ParseExampleFunction · 0.85
FastParseSequenceExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected