Searched refs:PythonCode (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/python/mako/test/ |
D | test_ast.py | 26 parsed = ast.PythonCode(code, **exception_kwargs) 36 parsed = ast.PythonCode("x + 5 * (y-z)", **exception_kwargs) 50 parsed = ast.PythonCode(code, **exception_kwargs) 67 parsed = ast.PythonCode(code, **exception_kwargs) 77 parsed = ast.PythonCode(code, **exception_kwargs) 88 parsed = ast.PythonCode(code, **exception_kwargs) 96 parsed = ast.PythonCode(code, **exception_kwargs) 104 parsed = ast.PythonCode(code, **exception_kwargs) 115 parsed = ast.PythonCode(code, **exception_kwargs) 123 parsed = ast.PythonCode(code, **exception_kwargs) [all …]
|
/aosp_15_r20/external/python/mako/mako/ |
D | parsetree.py | 158 self.code = ast.PythonCode(text, **self.exception_kwargs) 201 self.code = ast.PythonCode(text, **self.exception_kwargs) 330 code = ast.PythonCode( 388 self.page_args = ast.PythonCode( 494 ast.PythonCode( 578 self.code = ast.PythonCode(self.expression, **self.exception_kwargs) 613 self.code = ast.PythonCode(self.expression, **self.exception_kwargs)
|
D | ast.py | 16 class PythonCode: class 68 f = pyparser.FindTuple(self, PythonCode, **exception_kwargs) 72 class PythonFragment(PythonCode):
|
D | codegen.py | 248 impcode = ast.PythonCode(
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | graph.py | 233 class PythonCode: class 379 ) -> PythonCode: 712 return PythonCode(fn_code, globals_, _lineno_map=lineno_map) 1401 ) -> PythonCode: 1468 ) -> PythonCode:
|
H A D | graph_module.py | 20 from .graph import _custom_builtins, _is_from_torch, _PyTreeCodeGen, Graph, PythonCode 755 def recompile(self) -> PythonCode:
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | TestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect | 4 torch.fx.graph.PythonCode []
|
H A D | TestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect | 26 …de: bool = False, include_device: bool = False, colored: bool = False) -> torch.fx.graph.PythonCode 31 torch.fx.graph_module.GraphModule.recompile(self) -> torch.fx.graph.PythonCode
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | IOHandler.h | 55 PythonCode, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | IOHandler.h | 55 PythonCode, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | IOHandler.h | 55 PythonCode, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | IOHandler.h | 55 PythonCode, enumerator
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_fx.py | 4074 torch.fx.graph.PythonCode : 'torch.fx.graph.PythonCode',
|