Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
Benchmark* 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
67
namespace {
68
Callers
15
shaped_buffer_test.cc
File · 0.80
transfer_manager_test.cc
File · 0.80
graph_view_test.cc
File · 0.80
executor_test.cc
File · 0.80
gpu_cuda_graph_mode_session_test.cc
File · 0.80
threadpool_test.cc
File · 0.80
buffered_inputstream_test.cc
File · 0.80
training_ops_test.cc
File · 0.80
reverse_op_test.cc
File · 0.80
single_threaded_executor_test.cc
File · 0.80
graph_test.cc
File · 0.80
algorithm_test.cc
File · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected