Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ set_length
Method
set_length
tensorflow/core/framework/tensor_slice.h:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void set_length(int d, int64 x) {
97
DCHECK_GE(d, 0);
98
DCHECK_LT(d, dims());
99
lengths_[d] = x;
100
}
101
102
// If we have a full slice along dimension
"d"
.
103
bool IsFullAt(int d) const {
Callers
11
AsProto
Method · 0.80
Intersect
Method · 0.80
ComputeRelative
Method · 0.80
TEST
Function · 0.80
Compute
Method · 0.80
SaveBloomFilter
Function · 0.80
SaveHashTableHelper
Function · 0.80
TEST
Function · 0.80
AddToDirectoryElement
Method · 0.80
DecodeTensorNameSlice
Function · 0.80
FixMergeHashTableBundles
Function · 0.80
Calls
1
dims
Function · 0.85
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64