Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ set_start
Method
set_start
tensorflow/core/framework/tensor_slice.h:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void set_start(int d, int64 x) {
90
DCHECK_GE(d, 0);
91
DCHECK_LT(d, dims());
92
DCHECK_GE(x, 0);
93
starts_[d] = x;
94
}
95
96
void set_length(int d, int64 x) {
97
DCHECK_GE(d, 0);
Callers
11
Slice
Method · 0.80
ToProto
Method · 0.80
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
DecodeTensorNameSlice
Function · 0.80
FixMergeHashTableBundles
Function · 0.80
Calls
1
dims
Function · 0.85
Tested by
1
TEST
Function · 0.64