Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ end
Method
end
tensorflow/core/framework/op_kernel.h:503–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
501
int size() const { return stop_ - start_; }
502
Iterator begin() const { return Iterator(this, 0); }
503
Iterator end() const { return Iterator(this, size()); }
504
505
private:
506
OpKernelContext* ctx_; // not owned
Callers
nothing calls this directly
Calls
2
Iterator
Class · 0.70
size
Function · 0.50
Tested by
no test coverage detected