Home
last modified time | relevance | path

Searched defs:code_string (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dparser.py58 def _unfold_continuations(code_string): argument
63 def dedent_block(code_string): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jiterator.py18 code_string = "template <typename T> T my_fused_kernel(T x, T y, T alpha, T beta) { return alpha * … variable
166 def test_invalid_function_name(self, code_string): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A Djiterator.h30 const std::string& code_string, in CompileAndLaunchKernel()
H A Djiterator.cu322 const std::string& code_string, in CompileAndLaunchKernel()
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dcodegen.cpp671 std::string code_string; in generateKernel() local
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp366 const std::string code_string = THPUtils_unpackString(code_string_o); in THCPModule_cudaJiteratorCompileAndLaunchKernel() local