HomeSort by relevance Sort by last modified time
    Searched refs:cython (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/tools/internal_ci/macos/
grpc_build_artifacts.sh 23 # install cython for all python versions
24 python2.7 -m pip install cython setuptools wheel
25 python3.4 -m pip install cython setuptools wheel
26 python3.5 -m pip install cython setuptools wheel
27 python3.6 -m pip install cython setuptools wheel
28 python3.7 -m pip install cython setuptools wheel
  /external/tensorflow/tensorflow/python/framework/
fast_tensor_util.pyx 0 #cython: boundscheck=False
2 #cython: wraparound=False
3 #cython: infer_types=True
20 # Because np.float16_t dosen't exist in cython, we use uint16_t here.
21 # TODO: Use np.float16_t when cython supports it.
  /external/syzkaller/vendor/golang.org/x/net/http2/
Dockerfile 25 cython python3.4-dev python-setuptools
  /external/grpc-grpc/tools/run_tests/helper_scripts/
build_python.sh 160 $VENV_PYTHON -m pip install cython
  /external/kmod/libkmod/python/kmod/
kmod.pyx 20 cimport cython as _cython

Completed in 369 milliseconds