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

Method Arg

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

Source from the content-addressed store, hash-verified

53}
54
55Benchmark* Benchmark::Arg(int x) {
56 CHECK_EQ(num_args_, 1);
57 args_.push_back(std::make_pair(x, -1));
58 return this;
59}
60
61Benchmark* Benchmark::ArgPair(int x, int y) {
62 CHECK_EQ(num_args_, 2);

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected