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

Method TensorValueIterator

tools/profiler/src/problem_space.cpp:270–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270TensorArgument::TensorValueIterator::TensorValueIterator(
271 TensorArgument const *argument_
272):
273 KernelArgument::ValueIterator(argument_) {
274
275 if (argument_) {
276 value_it = argument_->values.begin();
277 }
278}
279
280void TensorArgument::TensorValueIterator::operator++() {
281 if (this->null_argument) {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected