Searched full:python3 (Results 1 – 25 of 1856) sorted by relevance
12345678910>>...75
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/experimental/HPC-generator/ |
| D | generate_hpc.sh | 19 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=12 col_block=8 -O ./… 20 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=11 col_block=8 -O ./… 21 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=10 col_block=8 -O ./… 22 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=9 col_block=8 -O ./g… 23 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=8 col_block=8 -O ./g… 24 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=7 col_block=8 -O ./g… 25 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=6 col_block=8 -O ./g… 26 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=5 col_block=8 -O ./g… 27 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=4 col_block=8 -O ./g… 28 #python3 generator.py -I ./template_file/gemm_fma_nc8hw8_asm.c.in -A row_block=3 col_block=8 -O ./g… [all …]
|
| /third_party/openhitls/docs/zh/4_使用指南/ |
| D | 1_构建及安装指导.md | 72 …存放构建过程中的产生的临时文件,进入build目录使用“cmake .. && make”的方式执行构建。configure.py的配置可以通过`python3 ./configure.py –h… 76 |--help |显示脚本的帮助信息|python3 configure.py --help| 77 |-m |生成moudules.cmake文件|python3 configure.py -m| 78 |--build_dir |指定编译的临时目录|python3 configure.py --build_dir build| 79 |--output_dir |指定编译目标的输出路径|python3 configure.py --output_dir output| 80 |--feature_config|指定编译特性配置文件|python3 configure.py --feature_config path/to/xxx.json| 81 |--compile_config|指定编译参数配置文件|python3 configure.py --compile_config path/to/xxx.json| 82 |--enable|指定构建特性<br>请参考[特性说明](./4_配置指南.md#1-特性说明)获取支持的特性|python3 configure.py --enable hitls_crypto… 83 |--disable|关闭构建特性|python3 configure.py --disable sal_thread | 84 |--asm_type|汇编类型|python3 configure.py --lib_type static --asm_type armv8| [all …]
|
| /third_party/openhitls/docs/en/4_User Guide/ |
| D | 1_Build and Installation Guide.md | 72 …directory and run "cmake .. &&make" to build openHiTLS. You can run the `python3 ./configure.py –h… 76 |--help |Displays the help information about the script.|python3 configure.py --help| 77 |-m |Generates a **moudules.cmake** file.|python3 configure.py -m| 78 |--build_dir |Specifies the temporary directory for compilation.|python3 configure.py --build_di… 79 |--output_dir |Specifies the output path of the compilation target.|python3 configure.py --output_d… 80 |--feature_config|Specifies the compilation feature configuration file.|python3 configure.py --feat… 81 |--compile_config|Specifies the compilation parameter configuration file.|python3 configure.py --co… 82 …figuration%20guide.md#1-Feature%20Description) to get supported features|python3 configure.py --en… 83 |--disable|disable buld features|python3 configure.py --disable sal_thread | 84 |--asm_type|Indicates the assembly type.|python3 configure.py --lib_type static --asm_type armv8| [all …]
|
| /third_party/python/Lib/test/test_tools/ |
| D | test_pathfix.py | 67 ['-i', '/usr/bin/python3'], 70 '#! /usr/bin/python3') 76 ['-i', '/usr/bin/python3']), 77 '#! /usr/bin/python3') 81 ['-i', '/usr/bin/python3']), 82 '#! /usr/bin/python3') 88 ['-i', '/usr/bin/python3', '-k']), 89 '#! /usr/bin/python3 -R') 93 ['-i', '/usr/bin/python3', '-k']), 94 '#! /usr/bin/python3') [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 34 …libglib2.0-dev libgirepository1.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip 69 python3 -m venv venv 82 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip python3-venv ninja-build … 84 python3 -m venv venv 97 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip python3-venv ninja-build … 99 python3 -m venv venv 112 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip python3-venv ninja-build … 114 python3 -m venv venv 135 …DEBIAN_FRONTEND=noninteractive sudo apt install -y ninja-build python3 python3-pip python3-venv gi… [all …]
|
| /third_party/python/Doc/howto/ |
| D | argparse.rst | 84 $ python3 prog.py 85 $ python3 prog.py --help 90 $ python3 prog.py --verbose 93 $ python3 prog.py foo 126 $ python3 prog.py 129 $ python3 prog.py --help 137 $ python3 prog.py foo 171 $ python3 prog.py -h 192 $ python3 prog.py 4 213 $ python3 prog.py 4 [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/cmake/ |
| D | python.cmake | 8 find_package(Python3 COMPONENTS Interpreter Development) 10 message("Python3 found, version: ${Python3_VERSION}") 11 message("Python3 library path: ${Python3_LIBRARY}") 12 message("Python3 interpreter: ${Python3_EXECUTABLE}") 15 message(WARNING "Maybe python3 environment is broken.") 16 message("Python3 library path: ${Python3_LIBRARY}") 17 message("Python3 interpreter: ${Python3_EXECUTABLE}") 19 message(FATAL_ERROR "Python3 not found, please install Python>=3.7.5, and set --enable-shared "
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/mingw-check/ |
| D | Dockerfile | 11 python3 \ 12 python3-pip \ 13 python3-pkg-resources \ 42 ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \ 43 python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \ 44 python3 ../x.py build --stage 0 src/tools/build-manifest && \ 45 python3 ../x.py test --stage 0 src/tools/compiletest && \ 46 python3 ../x.py test --stage 0 core alloc std test proc_macro && \ 48 …RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 li… 51 …RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 co… [all …]
|
| /third_party/grpc/tools/dockerfile/test/python_debian11_default_x64/ |
| D | Dockerfile | 87 RUN python3.7 -m ensurepip && \ 88 python3.7 -m pip install coverage 108 RUN python3.8 -m ensurepip && \ 109 python3.8 -m pip install coverage 129 RUN python3.10 -m ensurepip && \ 130 python3.10 -m pip install coverage 151 RUN python3.11 -m ensurepip && \ 152 python3.11 -m pip install coverage 173 RUN python3.12 -m ensurepip && \ 174 python3.12 -m pip install coverage [all …]
|
| /third_party/grpc/examples/python/ |
| D | Makefile | 99 …python3 -m grpc_tools.protoc --python_out=helloworld --grpc_python_out=helloworld --pyi_out=hellow… 102 …python3 -m grpc_tools.protoc --python_out=timeout --grpc_python_out=timeout --pyi_out=timeout -I .… 105 …python3 -m grpc_tools.protoc --python_out=keep_alive --grpc_python_out=keep_alive --pyi_out=keep_a… 108 …python3 -m grpc_tools.protoc --python_out=health_checking --grpc_python_out=health_checking --pyi_… 111 …python3 -m grpc_tools.protoc --python_out=async_streaming --grpc_python_out=async_streaming --pyi_… 114 …python3 -m grpc_tools.protoc --python_out=hellostreamingworld --grpc_python_out=hellostreamingworl… 117 …python3 -m grpc_tools.protoc --python_out=uds --grpc_python_out=uds --pyi_out=uds -I ../protos ../… 120 …python3 -m grpc_tools.protoc --python_out=xds --grpc_python_out=xds --pyi_out=xds -I ../protos ../… 123 …python3 -m grpc_tools.protoc --python_out=multiplex --grpc_python_out=multiplex --pyi_out=multiple… 126 …python3 -m grpc_tools.protoc --python_out=multiplex --grpc_python_out=multiplex --pyi_out=multiple… [all …]
|
| /third_party/python/Mac/PythonLauncher/ |
| D | factorySettings.plist | 13 <string>/usr/local/bin/python3</string> 14 <string>/opt/local/bin/python3</string> 15 <string>/sw/bin/python3</string> 38 <string>/usr/local/bin/python3</string> 39 <string>/opt/local/bin/python3</string> 40 <string>/sw/bin/python3</string> 63 <string>/usr/local/bin/python3</string> 64 <string>/opt/local/bin/python3</string> 65 <string>/sw/bin/python3</string>
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/x86_64-gnu-tools/ |
| D | checktools.sh | 10 python3 "$X_PY" test --stage 2 --no-fail-fast \ 24 python3 "$X_PY" test --stage 2 check-tools 25 python3 "$X_PY" test --stage 2 src/tools/clippy 26 python3 "$X_PY" test --stage 2 src/tools/rustfmt 27 python3 "$X_PY" test --stage 2 src/tools/miri 31 python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-msvc 32 python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | test-base.sh | 64 python3-dev 65 python3-pip 66 python3-setuptools 67 python3-wheel 98 python3-mako 99 python3-numpy 100 python3-packaging 101 python3-pil 102 python3-requests 103 python3-six [all …]
|
| D | x86_64_pyutils.sh | 31 python3-dev 40 python3-pil 41 python3-pip 42 python3-ply 43 python3-setuptools 44 python3-venv 45 python3-yaml
|
| D | x86_64_build-base.sh | 75 python3-mako 76 python3-pil 77 python3-pip 78 python3-ply 79 python3-pycparser 80 python3-requests 81 python3-setuptools 82 python3-yaml
|
| /third_party/grpc/tools/buildgen/ |
| D | generate_projects.sh | 21 YAML_OK=$(python3 -c "import yaml; print(yaml.__version__.split('.') >= ['5', '4', '1'])") 26 python3 -m pip install --upgrade --ignore-installed PyYAML==5.3.1 --user 33 python3 tools/buildgen/extract_metadata_from_bazel_xml.py 37 # /usr/local/google/home/rbellevi/dev/tmp/grpc/venv/bin/python3: No module named virtualenv 40 if ! python3 -m pip freeze | grep virtualenv &>/dev/null; then 42 if INSTALL_OUTPUT=$(! python3 -m pip install virtualenv --upgrade &>/dev/stdout); then 47 …_ on managing your packages themself. Try running \`sudo apt-get install python3-virtualenv\`" >/d… 53 python3 -m virtualenv generate_projects_virtual_environment 69 python3 tools/buildgen/generate_projects.py build_handwritten.yaml build_autogenerated.yaml $gen_bu…
|
| /third_party/musl/tools/api_cmp_tool/ |
| D | README.md | 13 #### 2、python3.8 20 sudo apt install python3.8 21 sudo apt install python3-pip 60 usage: python3.8 compare.py [-h] -l <path> -i <path> 74 $python3.8 compare.py -l ~/libc.so -i ~/include 75 $python3.8 compare.py -h 76 $python3.8 compare.py -l ~/libc.so -i ~/include -b ~/backlist.txt -m macros.txt -o ~/
|
| /third_party/grpc/templates/tools/dockerfile/ |
| D | run_tests_python_deps.include | 8 python3 ${'\\'} 9 python3-pip ${'\\'} 10 python3-setuptools ${'\\'} 11 python3-yaml ${'\\'} 15 RUN python3 -m pip install --upgrade pip==19.3.1 19 RUN python3 -m pip install six==1.16.0
|
| D | run_tests_python_deps_pep668.include | 8 python3 ${'\\'} 9 python3-pip ${'\\'} 10 python3-setuptools ${'\\'} 11 python3-yaml ${'\\'} 18 RUN python3 -m pip install --break-system-packages --upgrade pip==19.3.1 22 RUN python3 -m pip install six==1.16.0
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_go1.11/ |
| D | Dockerfile | 27 python3 \ 28 python3-pip \ 29 python3-setuptools \ 30 python3-yaml \ 34 RUN python3 -m pip install --upgrade pip==19.3.1 38 RUN python3 -m pip install six==1.16.0 42 RUN python3 -m pip install --upgrade google-auth==1.23.0 google-api-python-client==1.12.8 oauth2cli…
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_go1.8/ |
| D | Dockerfile | 27 python3 \ 28 python3-pip \ 29 python3-setuptools \ 30 python3-yaml \ 34 RUN python3 -m pip install --upgrade pip==19.3.1 38 RUN python3 -m pip install six==1.16.0 42 RUN python3 -m pip install --upgrade google-auth==1.23.0 google-api-python-client==1.12.8 oauth2cli…
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_go1.16/ |
| D | Dockerfile | 27 python3 \ 28 python3-pip \ 29 python3-setuptools \ 30 python3-yaml \ 34 RUN python3 -m pip install --upgrade pip==19.3.1 38 RUN python3 -m pip install six==1.16.0 42 RUN python3 -m pip install --upgrade google-auth==1.23.0 google-api-python-client==1.12.8 oauth2cli…
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_go1.19/ |
| D | Dockerfile | 27 python3 \ 28 python3-pip \ 29 python3-setuptools \ 30 python3-yaml \ 34 RUN python3 -m pip install --upgrade pip==19.3.1 38 RUN python3 -m pip install six==1.16.0 42 RUN python3 -m pip install --upgrade google-auth==1.23.0 google-api-python-client==1.12.8 oauth2cli…
|
| /third_party/ltp/testcases/network/nfsv4/acl/ |
| D | runtest | 25 rsh -n $REMOTEHOST python3 $PWD/create_users.py -u 50 -g 50 54 python3 create_users.py -u 50 -g 50 57 python3 test_long_acl.py -l $MAXLENGTH -p $NFSMNTDIR/lacl-testdir 61 python3 setacl_stress.py -n 100 -u $USER_NB -g $GRP_NB -f $FILE_NB -p $NFSMNTDIR 64 python3 cleanusers.py 65 python3 cleangroups.py 66 rsh -n $REMOTEHOST python3 $PWD/cleanusers.py
|
| /third_party/grpc/tools/dockerfile/test/php8_zts_debian12_x64/ |
| D | Dockerfile | 37 python3 \ 38 python3-pip \ 39 python3-setuptools \ 40 python3-yaml \ 47 RUN python3 -m pip install --break-system-packages --upgrade pip==19.3.1 51 RUN python3 -m pip install six==1.16.0 55 RUN python3 -m pip install --upgrade google-auth==1.23.0 google-api-python-client==1.12.8 oauth2cli… 73 RUN python3 -m pip install virtualenv==16.7.9
|
12345678910>>...75