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

Method ArgPair

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

Source from the content-addressed store, hash-verified

59}
60
61Benchmark* Benchmark::ArgPair(int x, int y) {
62 CHECK_EQ(num_args_, 2);
63 args_.push_back(std::make_pair(x, y));
64 return this;
65}
66
67namespace {
68

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected