Home
last modified time | relevance | path

Searched refs:build_wheel (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/python/release/wheel/
Dprotobuf_optimized_pip.sh14 function build_wheel() { function
63 build_wheel $PYTHON_VERSION
/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/protobuf/kokoro/release/python/macos/
Dconfig.sh40 function build_wheel { function
Dbuild_artifacts.sh48 build_wheel $REPO_DIR/python $PLAT
/external/protobuf/kokoro/release/python/linux/
Dconfig.sh42 function build_wheel { function
Dbuild_artifacts.sh47 build_wheel $REPO_DIR/python $PLAT
/external/python/setuptools/setuptools/tests/
Dtest_wheel.py75 def build_wheel(extra_file_defs=None, **kwargs): function
498 with build_wheel(
Dtest_build_meta.py107 wheel_name = build_backend.build_wheel(dist_dir)
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh226 function build_wheel() { function
369 build_wheel "$SRCDIR" "$DSTDIR" "$PKG_NAME_FLAG"
/external/python/setuptools/setuptools/
Dbuild_meta.py140 def build_wheel(wheel_directory, config_settings=None, function