MCPcopy 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`.
2596template <class T>
2597constexpr 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`.
2602template <class T>

Callers 1

CopyBitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected