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

Method argument_index

tools/profiler/src/problem_space.cpp:506–508  ·  view source on GitHub ↗

Returns the index of an argument by name

Source from the content-addressed store, hash-verified

504
505/// Returns the index of an argument by name
506size_t ProblemSpace::argument_index(char const *name) const {
507 return argument_index_map.at(name);
508}
509
510/// Helper for recursively cloning
511void ProblemSpace::clone_(

Callers 15

arg_as_intFunction · 0.80
arg_as_boolFunction · 0.80
arg_as_NumericTypeIDFunction · 0.80
arg_as_RasterOrderFunction · 0.80
arg_as_RuntimeDatatypeFunction · 0.80
arg_as_LayoutTypeIDFunction · 0.80
arg_as_OpcodeClassIDFunction · 0.80
arg_as_SplitKModeIDFunction · 0.80
arg_as_ConvModeIDFunction · 0.80
arg_as_ProviderIDFunction · 0.80
arg_as_scalarFunction · 0.80
arg_as_stringFunction · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected