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

Method set_ref

tensorflow/core/framework/op_kernel.h:1786–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784}
1785
1786inline void OpOutputList::set_ref(int i, mutex* mu, Tensor* tensor_for_ref) {
1787 DCHECK_GE(i, 0);
1788 DCHECK_LT(i, stop_ - start_);
1789 ctx_->set_output_ref(i, mu, tensor_for_ref);
1790}
1791
1792// Convenience macros for asserting and handling exceptional conditions.
1793// Analogous to the CHECK* macros provided by logging.h.

Callers

nothing calls this directly

Calls 1

set_output_refMethod · 0.80

Tested by

no test coverage detected