Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ begin
Method
begin
tensorflow/core/framework/tensor_shape_test.cc:472–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
TensorShapeIterOld TensorShapeOld::begin() const {
473
return TensorShapeIterOld(this, 0);
474
}
475
476
TensorShapeIterOld TensorShapeOld::end() const {
477
return TensorShapeIterOld(this, dims());
Callers
2
InsertDim
Method · 0.45
RemoveDim
Method · 0.45
Calls
1
TensorShapeIterOld
Class · 0.85
Tested by
no test coverage detected