Home
last modified time | relevance | path

Searched refs:python_ (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcombined_traceback.cpp17 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()
H A Dcombined_traceback.h70 Python* python_ = nullptr; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dbuild_package_python.sh24 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/python_*/* artifacts/ || true
/aosp_15_r20/external/grpc-grpc/tools/run_tests/artifacts/
H A Dbuild_package_python.sh24 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/python_*/* artifacts/ || true
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/macos/
Dgrpc_distribtests_python.sh46 cp -r input_artifacts/python_*/* artifacts/ || true
/aosp_15_r20/external/grpc-grpc/tools/internal_ci/macos/
H A Dgrpc_distribtests_python.sh47 cp -r input_artifacts/python_*/* artifacts/ || true
/aosp_15_r20/external/bazelbuild-rules_python/tests/toolchains/
H A Ddefs.bzl42 name = "python_{}_test".format(python_version),
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/bazel/
Dpython_downloads.bzl18 name: The name of the target, should be in the form python_{VERSION}
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/windows/
Dgrpc_distribtests_python.bat40 bash -c "cp -r input_artifacts/python_*/* artifacts/ || true"
/aosp_15_r20/external/grpc-grpc/tools/internal_ci/windows/
H A Dgrpc_distribtests_python.bat40 bash -c "cp -r input_artifacts/python_*/* artifacts/ || true"
/aosp_15_r20/external/bazelbuild-rules_python/python/private/
H A Dpython.bzl92 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`.
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/
H A Dextension.bzl98 python_name = "python_{}_host".format(
/aosp_15_r20/build/make/
H A DChanges.md48 In addition, `python_*` soong modules no longer allow python 2.
/aosp_15_r20/external/bazelbuild-rules_python/
H A DCHANGELOG.md297 `python_{version}_host` keys if you would like to have access to a Python
/aosp_15_r20/external/pytorch/
H A DCONTRIBUTING.md246 `python_`. [README](torch/csrc/README.md)