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

Function SubtleMustCopyIfIntegral

tensorflow/core/kernels/lookup_table_op.h:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131// the local copy is unnecessary.
132template <typename T>
133T SubtleMustCopyIfIntegral(const T& value) {
134 return internal::SubtleMustCopy(value);
135}
136
137inline const string& SubtleMustCopyIfIntegral(const string& value) {
138 return value;

Callers 10

DoInsertMethod · 0.85
DoFindMethod · 0.85
FindMethod · 0.85
DoInsertMethod · 0.85
RemoveMethod · 0.85
FindMethod · 0.85
DoInsertMethod · 0.85
RemoveMethod · 0.85
LOCKS_EXCLUDEDMethod · 0.85

Calls 1

SubtleMustCopyFunction · 0.85

Tested by

no test coverage detected