Searched defs:code_string (Results 1 – 6 of 6) sorted by relevance
58 def _unfold_continuations(code_string): argument63 def dedent_block(code_string): argument
18 code_string = "template <typename T> T my_fused_kernel(T x, T y, T alpha, T beta) { return alpha * … variable166 def test_invalid_function_name(self, code_string): argument
30 const std::string& code_string, in CompileAndLaunchKernel()
322 const std::string& code_string, in CompileAndLaunchKernel()
671 std::string code_string; in generateKernel() local
366 const std::string code_string = THPUtils_unpackString(code_string_o); in THCPModule_cudaJiteratorCompileAndLaunchKernel() local