MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator[]

Method operator[]

tensorflow/core/framework/op_kernel.h:1755–1759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1753}
1754
1755inline Tensor* OpOutputList::operator[](int i) {
1756 DCHECK_GE(i, 0);
1757 DCHECK_LT(i, stop_ - start_);
1758 return ctx_->mutable_output(start_ + i);
1759}
1760
1761inline bool OpOutputList::required(int i) const {
1762 DCHECK_GE(i, 0);

Callers

nothing calls this directly

Calls 1

mutable_outputMethod · 0.60

Tested by

no test coverage detected