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

Method parse_from_strs

examples/gemm_tuner/GemmTuner.py:54–55  ·  view source on GitHub ↗
(cls, *M_N_K_B, data_type)

Source from the content-addressed store, hash-verified

52
53 @classmethod
54 def parse_from_strs(cls, *M_N_K_B, data_type):
55 return cls(*map(int, M_N_K_B), str(data_type))
56
57 def __str__(self):
58 return ",".join(map(str, self))

Callers 1

Calls 1

mapFunction · 0.85

Tested by

no test coverage detected