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

Method Range

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

Source from the content-addressed store, hash-verified

93struct Range {
94 public:
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_; }

Callers 10

utils_test.ccFile · 0.45
crc32c_test.ccFile · 0.45
hash_test.ccFile · 0.45
scan_ops_test.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected