Home
last modified time | relevance | path

Searched full:build_wheel (Results 1 – 15 of 15) sorted by relevance

/external/python/setuptools/setuptools/
Dbuild_meta.py20 - `build_wheel`: build a wheel in the folder and return the basename
47 'build_wheel',
241 def build_wheel(self, wheel_directory, config_settings=None, member in _BuildMetaBackend
299 build_wheel = _BACKEND.build_wheel variable
/external/python/setuptools/docs/
Dbuild_meta.rst26 Then, two functions provided by the program, ``build_wheel(directory: str)``
60 command and the ``wheel`` package implements the ``build_wheel``
136 build_wheel = _orig.build_wheel
/external/capstone/.github/workflows/
Dpython-publish.yml43 ./dockcross bindings/python/build_wheel.sh
47 ./dockcross bindings/python/build_wheel.sh
/external/python/setuptools/setuptools/tests/
Dtest_wheel.py80 def build_wheel(extra_file_defs=None, **kwargs): function
567 with build_wheel(
583 with build_wheel(
Dtest_build_meta.py224 wheel_name = build_backend.build_wheel(dist_dir)
357 wheel_file = build_backend.build_wheel("temp")
445 wheel_file = build_backend.build_wheel("temp")
740 @pytest.mark.parametrize('build_hook', ('build_sdist', 'build_wheel'))
/external/tflite-support/tensorflow_lite_support/tools/pip_package/
Dbuild_pip_package.sh97 function build_wheel() { function
225 build_wheel "$SRCDIR" "$DSTDIR" "$PKG_NAME_FLAG"
/external/cronet/third_party/protobuf/kokoro/release/python/macos/
Dconfig.sh59 function build_wheel { function
Dbuild_artifacts.sh58 build_wheel $REPO_DIR/python $PLAT
/external/protobuf/kokoro/release/python/macos/
Dconfig.sh59 function build_wheel { function
Dbuild_artifacts.sh58 build_wheel $REPO_DIR/python $PLAT
/external/cronet/third_party/protobuf/kokoro/release/python/linux/
Dbuild_artifacts.sh48 build_wheel $REPO_DIR/python $PLAT
Dconfig.sh76 function build_wheel { function
/external/protobuf/kokoro/release/python/linux/
Dbuild_artifacts.sh48 build_wheel $REPO_DIR/python $PLAT
Dconfig.sh76 function build_wheel { function
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh232 function build_wheel() { function
375 build_wheel "$SRCDIR" "$DSTDIR" "$PKG_NAME_FLAG"