Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Unset
Function
Unset
tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc:2597–2599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2595
// Unset the `index` bit of `val`.
2596
template <class T>
2597
constexpr void Unset(T &val, unsigned index) {
2598
val &= ~(1 << index);
2599
}
2600
2601
// Copy the `src_index` bit of `src` to `dst_index` bit of `dst`.
2602
template <class T>
Callers
1
CopyBit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected