Home
last modified time | relevance | path

Searched refs:value_to_cpp (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_micro_gemm.py17 from .cpp_utils import DTYPE_TO_CPP, GemmBlocking, value_to_cpp
H A Dcpp.py75 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])
H A Dcpp_utils.py441 def value_to_cpp(value, cpp_type): function