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

Method at

tensorflow/core/framework/op_kernel.h:1749–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1747}
1748
1749inline Tensor OpMutableInputList::at(int i, bool lock_held) {
1750 DCHECK_GE(i, 0);
1751 DCHECK_LT(i, stop_ - start_);
1752 return ctx_->mutable_input(start_ + i, lock_held);
1753}
1754
1755inline Tensor* OpOutputList::operator[](int i) {
1756 DCHECK_GE(i, 0);

Callers 15

TestFeatureNameAttrFunction · 0.45
_ListObjectsMethod · 0.45
_CreateDirInternalMethod · 0.45
DeleteRecursivelyMethod · 0.45
ParseRequestMethod · 0.45
Tensor2ResponseFunction · 0.45
CalculateFlopsFunction · 0.45
TestRemoveNodesMethod · 0.45
TestRemoveOutputNodesMethod · 0.45

Calls 1

mutable_inputMethod · 0.45