Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsFull
Method
IsFull
tensorflow/core/framework/tensor_slice.cc:116–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
bool TensorSlice::IsFull() const {
117
for (int d = 0; d < dims(); ++d) {
118
if (!IsFullAt(d)) return false;
119
}
120
return true;
121
}
122
123
void TensorSlice::SetFullSlice(int dim) {
124
Clear();
Callers
3
TEST
Function · 0.45
IsFullSlice
Function · 0.45
GetSliceValue
Method · 0.45
Calls
1
dims
Function · 0.85
Tested by
1
TEST
Function · 0.36