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

Method end

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

Source from the content-addressed store, hash-verified

480 int size() const { return stop_ - start_; }
481 Iterator begin() const { return Iterator(this, 0); }
482 Iterator end() const { return Iterator(this, size()); }
483
484 private:
485 OpKernelContext* ctx_; // not owned

Callers

nothing calls this directly

Calls 2

IteratorClass · 0.70
sizeFunction · 0.50

Tested by

no test coverage detected