MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / transform

Function transform

examples/gemm_tuner/GemmTuner.py:480–483  ·  view source on GitHub ↗
(_name)

Source from the content-addressed store, hash-verified

478 args = map(lambda arg: arg.split("="), args)
479
480 def transform(_name):
481 # Strip '-'/"--" if it exists
482 _name = _name.lstrip("-")
483 return _name
484
485 return {transform(name): val for name, val in args}
486

Callers 15

tolowerFunction · 0.85
configureMethod · 0.85
configureMethod · 0.85
lower_stringFunction · 0.85
upper_stringFunction · 0.85
buildMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
add_branchMethod · 0.85
execute_taskFunction · 0.85
convert_range_pairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected