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

Method Range

tensorflow/core/platform/default/test_benchmark.cc:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89} // namespace
90
91Benchmark* Benchmark::Range(int lo, int hi) {
92 std::vector<int> args;
93 AddRange(&args, lo, hi, 8);
94 for (int arg : args) {
95 Arg(arg);
96 }
97 return this;
98}
99
100Benchmark* Benchmark::RangePair(int lo1, int hi1, int lo2, int hi2) {
101 std::vector<int> args1;

Callers

nothing calls this directly

Calls 2

AddRangeFunction · 0.85
ArgFunction · 0.50

Tested by

no test coverage detected