Home
last modified time | relevance | path

Searched defs:build_wheel (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/kokoro/release/python/linux/
Dconfig.sh76 function build_wheel { function
/external/cronet/third_party/protobuf/kokoro/release/python/linux/
Dconfig.sh76 function build_wheel { function
/external/protobuf/kokoro/release/python/macos/
Dconfig.sh59 function build_wheel { function
/external/cronet/third_party/protobuf/kokoro/release/python/macos/
Dconfig.sh59 function build_wheel { function
/external/tflite-support/tensorflow_lite_support/tools/pip_package/
Dbuild_pip_package.sh97 function build_wheel() { function
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh232 function build_wheel() { function
/external/python/setuptools/setuptools/
Dbuild_meta.py241 def build_wheel(self, wheel_directory, config_settings=None, member in _BuildMetaBackend
299 build_wheel = _BACKEND.build_wheel variable
/external/python/setuptools/setuptools/tests/
Dtest_wheel.py80 def build_wheel(extra_file_defs=None, **kwargs): function