Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/
Dparser.py58 def _unfold_continuations(code_string): argument
63 def dedent_block(code_string): argument
/external/pytorch/aten/src/ATen/cuda/
Djiterator.h30 const std::string& code_string, in CompileAndLaunchKernel()
Djiterator.cu322 const std::string& code_string, in CompileAndLaunchKernel()
/external/pytorch/test/
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
/external/pytorch/torch/csrc/jit/codegen/fuser/
Dcodegen.cpp671 std::string code_string; in generateKernel() local
/external/python/cpython3/Lib/test/
Dtest_listcomps.py670 def _replacing_exec(self, code_string, ns): argument
/external/pytorch/torch/csrc/cuda/
DModule.cpp366 const std::string code_string = THPUtils_unpackString(code_string_o); in THCPModule_cudaJiteratorCompileAndLaunchKernel() local