MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / begin

Method begin

tools/profiler/src/problem_space.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145std::unique_ptr<KernelArgument::ValueIterator> ScalarArgument::begin() const {
146 return std::unique_ptr<KernelArgument::ValueIterator>(new ScalarValueIterator(this));
147}
148
149std::unique_ptr<KernelArgument::ValueIterator> ScalarArgument::end() const {
150 ScalarValueIterator *it = new ScalarValueIterator(this);

Callers 10

sort_flops_per_byteMethod · 0.45
sort_flops_per_secMethod · 0.45
ScalarValueIteratorMethod · 0.45
IntegerValueIteratorMethod · 0.45
operator++Method · 0.45
TensorValueIteratorMethod · 0.45
construct_Method · 0.45
operator==Method · 0.45
argument_namesMethod · 0.45

Calls 1

IteratorClass · 0.50

Tested by

no test coverage detected