Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:recurse +full:- +full:submodules (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/python/module/
Dmodule.py7 # http://www.apache.org/licenses/LICENSE-2.0
56 the `variables`, `trainable_variables` or `submodules` property:
70 nested submodules/parameters or for forward methods whose graph you might want
139 # In TF1 name_scope is not re-entrant in eager so we cannot memoize it.
144 """Sequence of variables owned by this module and its submodules.
147 and submodules. For performance reasons you may wish to cache the result
152 name) followed by variables from all submodules recursively (breadth
159 """Sequence of trainable variables owned by this module and its submodules.
162 and submodules. For performance reasons you may wish to cache the result
167 name) followed by variables from all submodules recursively (breadth
[all …]
/external/crosvm/docs/book/src/building_crosvm/
Dwindows.md8 - [git](https://git-scm.com/download/win) is installed and `git` command exists in your `Env:PATH`
9 - the commands are run in powershell
11 ## Create base directory - `C:\src`
28 Crosvm uses submodules to manage external dependencies. Initialize them via:
32 git submodule update --init
35 It is recommended to enable automatic recursive operations to keep the submodules in sync with the
39 git config submodule.recurse true
40 git config push.recurseSubmodules no
43 `install-deps.ps1` install the necessary tools needed to build crosvm on windows. In addition to
49 Set-ExecutionPolicy Unrestricted -Scope CurrentUser
[all …]
Dlinux.md16 Crosvm uses submodules to manage external dependencies. Initialize them via:
19 git submodule update --init
22 It is recommended to enable automatic recursive operations to keep the submodules in sync with the
26 git config submodule.recurse true
27 git config push.recurseSubmodules no
34 ./tools/install-deps
38 [Using the development container](#using-the-development-container).
43 [Podman](https://podman.io/getting-started/installation) or
44 [Docker](https://docs.docker.com/get-docker/) installed, it can be started with:
60 you wish to start fresh, use the `--clean` flag.
[all …]
/external/rust/crates/grpcio-sys/grpc/.github/workflows/
Dpr-auto-fix.yaml7 actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
8 contents: write # to create branch (peter-evans/create-pull-request)
9 pull-requests: write # to create a PR (peter-evans/create-pull-request)
11 runs-on: ubuntu-latest
14 - name: Get current time
15 uses: srfrnk/current-time@master
16 id: current-time
19 - name: Get current time
20 uses: srfrnk/current-time@master
21 id: current-time-with-day
[all …]
/external/grpc-grpc/.github/workflows/
Dpr-auto-fix.yaml7 actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
8 contents: write # to create branch (peter-evans/create-pull-request)
9 pull-requests: write # to create a PR (peter-evans/create-pull-request)
11 runs-on: ubuntu-latest
14 - name: Get current time
15 uses: srfrnk/current-time@5a4163ad035ccd9a407ec9e519c3b6ba1b633d1e # v1.1.0
16 id: current-time
19 - name: Get current time
20 uses: srfrnk/current-time@5a4163ad035ccd9a407ec9e519c3b6ba1b633d1e # v1.1.0
21 id: current-time-with-day
[all …]
/external/oss-fuzz/projects/arrow/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
20 RUN apt-get update -y -q && \
21 apt-get update -y -q && \
22 apt-get install -y -q --no-install-recommends \
24 build-essential \
27 libboost-all-dev \
28 ninja-build \
31 RUN git clone --depth=1 --recurse-submodules \
/external/openthread/tools/harness-simulation/posix/etc/
DDockerfile18 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
44 ENV INFRA_IF_NAME=${INFRA_IF_NAME:-eth0}
45 ENV BORDER_ROUTING=${BORDER_ROUTING:-1}
46 ENV BACKBONE_ROUTER=${BACKBONE_ROUTER:-1}
47 ENV OTBR_MDNS=${MDNS:-mDNSResponder}
49 ENV EXTERNAL_COMMISSIONER=${EXTERNAL_COMMISSIONER:-1}
52 ENV REFERENCE_DEVICE=${REFERENCE_DEVICE:-0}
53 ENV NAT64=${NAT64:-1}
54 ENV NAT64_SERVICE=${NAT64_SERVICE:-tayga}
55 ENV DNS64=${DNS64:-0}
[all …]
/external/openthread/tools/harness-simulation/posix/
Dinstall.sh20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
30 set -euxo pipefail
45 sudo apt install -y "${PACKAGES[@]}"
47 pip3 install -r "${POSIX_DIR}/requirements.txt"
48 python3 -m grpc_tools.protoc -I"${SNIFFER_DIR}" --python_out="${SNIFFER_DIR}" --grpc_python_out="${…
50 CONFIG_NAME=${1:-"${POSIX_DIR}/config.yml"}
52 CONFIG=$(python3 -c 'import json, sys, yaml; print(json.dumps(yaml.safe_load(open(sys.argv[1]))))' …
54 MAX_NETWORK_SIZE=$(jq -r '.ot_build.max_number' <<<"$CONFIG")
60 target="ot-cli-ftd"
61 build_dir=$(jq -r '.subpath' <<<"$1")
[all …]
/external/sdv/vsomeip/third_party/boost/process/.circleci/
Dconfig.yml6 - BOOST_LIBRARY=process
7 - CXX_STANDARD=gnu++11
9 - image: gcc:7
11 - checkout
12 - run:
15 echo 'export BOOST="$HOME/boost-local"' >> $BASH_ENV
22 HOME_SED_=$(echo $HOME | sed -e 's/\//\\\//g')
24 - run:
27 apt-get update -yqq
28 apt-get install git curl valgrind -y
[all …]
/external/sdv/vsomeip/third_party/boost/process/test/
Dappveyor.yml14 - set BRANCH_TO_TEST=%APPVEYOR_REPO_BRANCH%
15 - set BOOST_REMOVE=process
26 version: 1.69.{build}-{branch}
31 - gh-pages
37 - set PROJECT_TO_TEST=%APPVEYOR_PROJECT_NAME%
38 - echo "Testing %PROJECT_TO_TEST%"
40 - if %BRANCH_TO_TEST%==master ( set BOOST_BRANCH=master ) else ( set BOOST_BRANCH=develop )
41 - set BOOST=C:/boost-local
42 - git init %BOOST%
43 - cd %BOOST%
[all …]
/external/oss-fuzz/projects/solidity/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y make autoconf automake libtool \
19 build-essential libbz2-dev ninja-build zlib1g-dev wget python python-dev \
20 liblzma-dev uuid-dev pkg-config openjdk-8-jdk unzip mlton
22 RUN git clone --recursive -b develop https://github.com/ethereum/solidity.git solidity
23 RUN git clone --depth 1 https://github.com/ethereum/solidity-fuzzing-corpus.git
24 RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
26 RUN git clone --branch="v0.8.2" --recurse-submodules \
32 …wget -q 'https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2' -O…
[all …]
/external/sdv/vsomeip/third_party/boost/process/
D.travis.yml5 # Copyright Antony Polukhin 2014-2016.
20 - gcc
23 - linux
24 - osx
28 - BADGE=linux
29 - BADGE=osx
31 # Autodetect Boost branch by using the following code: - BRANCH_TO_TEST=$TRAVIS_BRANCH
33 - BRANCH_TO_TEST=$TRAVIS_BRANCH
36 # Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/*'
37 - IGNORE_COVERAGE=''
[all …]
/external/mesa3d/docs/drivers/
Dvenus.rst1 Virtio-GPU Venus
4 Venus is a Virtio-GPU protocol for Vulkan command serialization. The protocol
5 definition and codegen are hosted at `venus-protocol
6 <https://gitlab.freedesktop.org/virgl/venus-protocol>`__. The renderer is
11 ------------
15 - Vulkan 1.1
16 - :ext:`VK_EXT_external_memory_dma_buf`
17 - :ext:`VK_EXT_image_drm_format_modifier`
18 - :ext:`VK_EXT_queue_family_foreign`
21 and also relies on implementation-defined behaviors in others. It is not
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
20 fail-fast: false
23 - name: "STD=14 JOB=test/x3 Job 0"
25 packages: "clang-10 libc++-10-dev libc++abi-10-dev jq ccache"
27 os: "ubuntu-18.04"
[all …]
/external/leveldb/
DREADME.md1 **LevelDB is a fast key-value storage library written at Google that provides an ordered mapping fr…
3 [![Build Status](https://travis-ci.org/google/leveldb.svg?branch=master)](https://travis-ci.org/goo…
26 …t have a relational data model, it does not support SQL queries, and it has no support for indexes.
27 * Only a single process (possibly multi-threaded) can access a particular database at a time.
28 …* There is no client-server support builtin to the library. An application that needs such suppor…
33 git clone --recurse-submodules https://github.com/google/leveldb.git
45 mkdir -p build && cd build
46 cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
56 cmake -G "Visual Studio 15" ..
58 The default default will build for x86. For 64-bit run:
[all …]
/external/openthread/tests/toranj/
Dstart.sh20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
46 while read -r interface; do
48 done < <(ifconfig 2>/dev/null | grep -o "wpan[0-9]*")
58 if sudo -E "${python_app}" "$1"; then
64 if [ "$counter" -lt 7 ]; then
73 tail -n 40 "${log_file_name}"*.log
81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
82 sudo apt-get --no-install-recommends install -y autoconf-archive
83 sudo apt-get --no-install-recommends install -y libarchive-tools
84 sudo apt-get --no-install-recommends install -y libtool
[all …]
/external/openthread/script/
Dcheck-size20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
30 set -euo pipefail
32 OT_TMP_DIR=/tmp/ot-size-report
35 OT_SHA_NEW=${GITHUB_SHA:-$(git rev-parse HEAD)}
38 OT_SHA_OLD="$(git cat-file -p "${OT_SHA_NEW}" | grep 'parent ' | head -n1 | cut -d' ' -f2)"
47 OT_REPORTER="${OT_SIZE_REPORTER-}"
52 if arm-none-eabi-gcc --version | grep -q 'Arm Embedded Processors 7'; then
57 …wget --tries 4 --no-check-certificate --quiet https://developer.arm.com/-/media/Files/downloads/gn…
58 && tar xjf gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2)
59 export PATH=/tmp/gcc-arm-none-eabi-7-2018-q2-update/bin:$PATH
[all …]
/external/clang/lib/Frontend/
DFrontendActions.cpp1 //===--- FrontendActions.cpp ----------------------------------------------===//
8 //===----------------------------------------------------------------------===//
33 //===----------------------------------------------------------------------===//
35 //===----------------------------------------------------------------------===//
45 //===----------------------------------------------------------------------===//
47 //===----------------------------------------------------------------------===//
188 if (!Module->isAvailable()) in collectModuleHeaderIncludes()
193 for (Module::Header &H : Module->Headers[HK]) { in collectModuleHeaderIncludes()
194 Module->addTopHeader(H.Entry); in collectModuleHeaderIncludes()
199 addHeaderInclude(H.NameAsWritten, Includes, LangOpts, Module->IsExternC); in collectModuleHeaderIncludes()
[all …]
/external/python/cpython3/Lib/
Dtrace.py16 # Copyright 1995-1997, Automatrix, Inc., all rights reserved.
19 # Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
35 trace.py --trackcalls spam.py eggs
41 # do tracing or line-counting or both.
67 PRAGMA_NOCOVER = "#pragma NO COVER"
98 # must be a built-in, so we must ignore
209 :param show_missing: Show lines that had no hits.
235 print(" -->", cfile)
[all …]
/external/python/cpython2/Lib/
Dtrace.py16 # Copyright 1995-1997, Automatrix, Inc., all rights reserved.
19 # Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
35 trace.py --trackcalls spam.py eggs
41 # do tracing or line-counting or both.
86 Meta-options:
87 --help Display this help then exit.
88 --version Output version information then exit.
91 -t, --trace Print each line to sys.stdout before it is executed.
[all …]
/external/python/cpython3/Doc/library/
Ddoctest.rst1 :mod:`doctest` --- Test interactive Python examples
14 --------------
20 * To check that a module's docstrings are up-to-date by verifying that all
27 input-output examples. Depending on whether the examples or the expository text
49 >>> factorial(-1)
91 .. code-block:: shell-session
96 There's no output! That's normal, and it means all the examples worked. Pass
97 ``-v`` to the script, and :mod:`doctest` prints a detailed log of what
100 .. code-block:: shell-session
102 $ python example.py -v
[all …]
/external/python/cpython2/Doc/library/
Ddoctest.rst3 :mod:`doctest` --- Test interactive Python examples
18 * To check that a module's docstrings are up-to-date by verifying that all
25 input-output examples. Depending on whether the examples or the expository text
54 >>> factorial(-1)
96 .. code-block:: shell-session
101 There's no output! That's normal, and it means all the examples worked. Pass
102 ``-v`` to the script, and :mod:`doctest` prints a detailed log of what
105 .. code-block:: shell-session
107 $ python example.py -v
126 .. code-block:: none
[all …]
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1 //===---------------- SemaCodeComplete.cpp - Code Completion ----*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file defines the code-completion semantic actions.
12 //===----------------------------------------------------------------------===//
41 /// \brief A container of code-completion results.
44 /// \brief The type of a name-lookup filter, which can be provided to the
45 /// name-lookup routines to specify which declarations should be included in
57 /// into the result set, used to ensure that no declaration ever gets into
82 // 0 - > 1 elements: just set the single element information. in Add()
90 // 1 -> 2 elements: create the vector of results and push in the in Add()
[all …]
/external/python/cpython3/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
15 There were no changes between 3.4.6rc1 and 3.4.6 final.
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
[all …]
/external/python/cpython2/Misc/
DHISTORY2 --------------
7 file of the release25-maint branch.)
16 *Release date: 17-AUG-2006*
19 -----------------
21 - Unicode objects will no longer raise an exception when being
34 - Fix segfault when doing string formatting on subclasses of long.
36 - Fix bug related to __len__ functions using values > 2**32 on 64-bit machines
37 with new-style classes.
39 - Fix bug related to __len__ functions returning negative values with
42 - Patch #1538606, Fix __index__() clipping. There were some problems
[all …]

12