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

Method ref_mutex

tensorflow/core/framework/op_kernel.h:1743–1747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1741}
1742
1743inline mutex* OpMutableInputList::ref_mutex(int i) {
1744 DCHECK_GE(i, 0);
1745 DCHECK_LT(i, stop_ - start_);
1746 return ctx_->input_ref_mutex(start_ + i);
1747}
1748
1749inline Tensor OpMutableInputList::at(int i, bool lock_held) {
1750 DCHECK_GE(i, 0);

Callers

nothing calls this directly

Calls 1

input_ref_mutexMethod · 0.60

Tested by

no test coverage detected