MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / End

Method End

tensorflow/core/kernels/unique_ali_op_util.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 explicit Range(int64 start, int64 end) : start_(start), end_(end) {}
96 inline const int64 Start() const { return start_; }
97 inline const int64 End() const { return end_; }
98 inline const int64 Size() const { return end_ - start_; }
99 private:
100 const int64 start_, end_;

Callers 5

LocatePosMethod · 0.45
ParallelComputeV1Function · 0.45
MultiMapComputeFunction · 0.45
SaveBloomFilterFunction · 0.45
SaveHashTableHelperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected