Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
Benchmark* Benchmark::Arg(int x) {
56
CHECK_EQ(num_args_, 1);
57
args_.push_back(std::make_pair(x, -1));
58
return this;
59
}
60
61
Benchmark* Benchmark::ArgPair(int x, int y) {
62
CHECK_EQ(num_args_, 2);
Callers
15
copy_insertion_test.cc
File · 0.45
allocator_test.cc
File · 0.45
tensor_shape_test.cc
File · 0.45
graph_view_test.cc
File · 0.45
topological_sort_test.cc
File · 0.45
direct_session_test.cc
File · 0.45
gpu_bfc_allocator_test.cc
File · 0.45
gpu_event_mgr_test.cc
File · 0.45
BM_chain_ops
Function · 0.45
scoped_annotation_test.cc
File · 0.45
distribution_sampler_test.cc
File · 0.45
edit_distance_test.cc
File · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected