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

Class Range

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

Source from the content-addressed store, hash-verified

91};
92
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_; }
99 private:
100 const int64 start_, end_;
101};
102
103struct Partitioner {
104 public:

Callers 15

PartitionerMethod · 0.70
MakeRowRangeMethod · 0.50
MakeRowRangeMethod · 0.50
iota_test.ccFile · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
DynamicPartitionGradFunction · 0.50
FillGradFunction · 0.50
TileGradFunction · 0.50
GetBatchIndicesFunction · 0.50
GatherV2GradFunction · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.40
TEST_FFunction · 0.40