MCPcopy 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

SliceMethod · 0.80
ToProtoMethod · 0.80
AsProtoMethod · 0.80
IntersectMethod · 0.80
ComputeRelativeMethod · 0.80
TESTFunction · 0.80
ComputeMethod · 0.80
SaveBloomFilterFunction · 0.80
SaveHashTableHelperFunction · 0.80
DecodeTensorNameSliceFunction · 0.80
FixMergeHashTableBundlesFunction · 0.80

Calls 1

dimsFunction · 0.85

Tested by 1

TESTFunction · 0.64