Searched refs:value_to_cpp (Results 1 – 3 of 3) sorted by relevance
17 from .cpp_utils import DTYPE_TO_CPP, GemmBlocking, value_to_cpp
75 value_to_cpp,846 return value_to_cpp(val, DTYPE_TO_CPP[dtype])870 other_code = value_to_cpp(other, f"decltype({body_var}())")1494 other_code = value_to_cpp(other, DTYPE_TO_CPP[dtype])
441 def value_to_cpp(value, cpp_type): function