Searched refs:python_ (Results 1 – 15 of 15) sorted by relevance
17 r->python_ = p; in gather()31 TORCH_INTERNAL_ASSERT(python_); in traversePython()32 return python_->traverse(frames_, visit, arg); in traversePython()36 TORCH_INTERNAL_ASSERT(python_); in clearPython()37 return python_->clear(frames_); in clearPython()42 TORCH_INTERNAL_ASSERT(python_); in ~CapturedTraceback()43 python_->release(frames_); in ~CapturedTraceback()92 if (e->python_) { in symbolize()93 if (cur_python != e->python_ && !cur_py_frames.empty()) { in symbolize()100 cur_python = e->python_; in symbolize()
70 Python* python_ = nullptr; member
24 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/python_*/* artifacts/ || true
46 cp -r input_artifacts/python_*/* artifacts/ || true
47 cp -r input_artifacts/python_*/* artifacts/ || true
42 name = "python_{}_test".format(python_version),
18 name: The name of the target, should be in the form python_{VERSION}
40 bash -c "cp -r input_artifacts/python_*/* artifacts/ || true"
92 toolchain_name = "python_" + toolchain_version.replace(".", "_")592 A toolchain's repository name uses the format `python_{major}_{minor}`, e.g.597 be `python_{major}_{minor}_{patch}`, e.g. `python_3_10_19`.
98 python_name = "python_{}_host".format(
48 In addition, `python_*` soong modules no longer allow python 2.
297 `python_{version}_host` keys if you would like to have access to a Python
246 `python_`. [README](torch/csrc/README.md)