/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_generator_v1.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # pylint: disable=protected-access 59 steps_name='steps', 68 steps_per_epoch: Total number of steps (batches of samples) before 81 validation_steps: Total number of steps (batches of samples) before 94 process-based threading. If unspecified, `workers` will default to 1. If 96 use_multiprocessing: Boolean. If `True`, use process-based threading. If 99 pass non-picklable arguments to the generator as they can't be passed 110 steps_name: The string name of the steps argument, either `steps`, 113 **kwargs: Additional arguments for backwards compatibility. `steps` is [all …]
|
D | training_distributed_v1.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # pylint: disable=protected-access 143 steps_per_epoch: Total number of steps (batches of samples) 147 validation_steps: Number of steps to run validation for 211 count_mode='steps', 214 # Calculate the steps each time on the device. 268 val_outs = experimental_tpu_test_loop( # pylint: disable=undefined-variable 271 steps=validation_steps, 296 steps=None, argument 304 steps: Total number of steps (batches of samples) [all …]
|
D | training_arrays_v1.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # pylint: disable=protected-access 41 from scipy.sparse import issparse # pylint: disable=g-import-not-at-top 65 steps_name='steps', 90 steps_per_epoch: Total number of steps (batches of samples) before 93 validation_steps: Number of steps to run validation for (only if doing 112 steps_name: The string name of the steps argument, either `steps`, 118 - In TRAIN mode: `History` object. 119 - In TEST mode: Evaluation metrics. 120 - In PREDICT mode: Outputs of the Model called on inputs. [all …]
|
/external/python/cpython3/.azure-pipelines/ |
D | ci.yml | 7 - job: Prebuild 8 displayName: Pre-build checks 11 vmImage: ubuntu-18.04 13 steps: 14 - template: ./prebuild-checks.yml 17 - job: Docs_PR 23 vmImage: ubuntu-18.04 25 steps: 26 - template: ./docs-steps.yml 31 - job: macOS_CI_Tests [all …]
|
D | pr.yml | 7 - job: Prebuild 8 displayName: Pre-build checks 11 vmImage: ubuntu-18.04 13 steps: 14 - template: ./prebuild-checks.yml 17 - job: Docs_PR 23 vmImage: ubuntu-18.04 25 steps: 26 - template: ./docs-steps.yml 29 - job: macOS_PR_Tests [all …]
|
/external/oss-fuzz/infra/build/functions/ |
D | base_images.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 25 'base-image', 26 'base-clang', 27 'base-builder', 28 'base-runner', 29 'base-runner-debug', 31 BASE_PROJECT = 'oss-fuzz-base' 34 BASE_SANITIZER_LIBS_IMAGE = TAG_PREFIX + 'base-sanitizer-libs-builder' 35 MSAN_LIBS_IMAGE = TAG_PREFIX + 'msan-libs-builder' 39 """Returns build steps for given images.""" [all …]
|
/external/rust/crates/crossbeam-channel/benches/ |
D | crossbeam.rs | 40 let steps = TOTAL_STEPS / threads; in par_inout() localVariable 49 for i in 0..steps { in par_inout() 73 let steps = TOTAL_STEPS; in spsc() localVariable 81 for i in 0..steps { in spsc() 90 for _ in 0..steps { in spsc() 102 let threads = num_cpus::get() - 1; in spmc() 103 let steps = TOTAL_STEPS / threads; in spmc() localVariable 112 for _ in 0..steps { in spmc() 124 for i in 0..steps * threads { in spmc() 138 let threads = num_cpus::get() - 1; in mpsc() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | ContinuousOutputModel.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 38 * stores a copy of all steps information in a sorted collection for 64 * output model handles the steps of all integration phases, the user 78 * is large, if the integration interval is long or if the steps are 85 * @version $Revision: 1073158 $ $Date: 2011-02-21 22:46:52 +0100 (lun. 21 févr. 2011) $ 93 private static final long serialVersionUID = -1417964919405031606L; 107 /** Steps table. */ 108 private List<StepInterpolator> steps; field in ContinuousOutputModel 114 steps = new ArrayList<StepInterpolator>(); in ContinuousOutputModel() 129 if (model.steps.size() == 0) { in append() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | games_v1.achievements.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/external/python/cpython3/Lib/ |
D | pipes.py | 4 ------------ 8 conversion involves several steps (e.g. piping it through compress or 9 uuencode). Some of the conversion steps may require that their input 15 more conversion steps together. It will take care of creating and 22 different conversion steps and store them in a dictionary, for 27 ----------- 34 where kind is a string of two characters: the first is '-' if the 52 where mode is 'r' to read the file, or 'w' to write it -- just like 53 for the built-in function open() or for os.popen(). 72 STDIN_FILEOUT = '-f' # Must write a real file [all …]
|
/external/python/cpython2/Lib/ |
D | pipes.py | 4 ------------ 8 conversion involves several steps (e.g. piping it through compress or 9 uuencode). Some of the conversion steps may require that their input 15 more conversion steps together. It will take care of creating and 22 different conversion steps and store them in a dictionary, for 27 ----------- 34 where kind is a string of two characters: the first is '-' if the 52 where mode is 'r' to read the file, or 'w' to write it -- just like 53 for the built-in function open() or for os.popen(). 70 STDIN_FILEOUT = '-f' # Must write a real file [all …]
|
/external/zstd/.github/workflows/ |
D | generic-dev.yml | 1 name: generic-dev 11 # icc (need self-hosted) 14 # staticAnalyze (need trusty so need self-hosted) 15 # pcc-fuzz: (need trusty so need self-hosted) 16 # min-decomp-macros (flakey) 18 # setting up self-hosted is pretty straightforward, but 26 runs-on: ubuntu-latest 27 steps: 28 - uses: actions/checkout@v2 29 - name: make benchmarking [all …]
|
/external/skia/site/docs/user/ |
D | color.md | 2 --- 6 --- 10 -------------------------------- 16 represented in three dimensions like RGB, but the XYZ parts are not RGB-like at 22 All color managed drawing is divided into six parts, three steps connecting the 23 source colors to that XYZ D50 space, then three symmetric steps connecting back 24 from XYZ D50 to the destination color space. Some of these steps can 25 annihilate with each other into no-ops, sometimes all the way to the entire 26 process amounting to a no-op when the source space and destination space are 27 the same. Here are the steps: [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | ftrl_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 42 def equivAdagradTest_FtrlPart(self, steps, dtype): argument 46 learning_rate_power=-0.5, # using Adagrad learning rate 56 # Run Ftrl for a few steps 57 for _ in range(steps): 62 def equivAdagradTest_AdagradPart(self, steps, dtype): argument 71 # Run Adagrad for a few steps 72 for _ in range(steps): 77 def equivGradientDescentTest_FtrlPart(self, steps, dtype): argument 81 learning_rate_power=-0.0, # using Fixed learning rate [all …]
|
/external/llvm-project/openmp/runtime/test/ompt/misc/ |
D | api_calls_misc.c | 1 // RUN: %libomp-compile && %libomp-run | FileCheck %s 13 ompt_get_thread_data()->value, &on_ompt_callback_thread_begin); in main() 15 ompt_get_thread_data()->value, callback); in main() 18 printf("%" PRIu64 ": ompt_get_state()=%d\n", ompt_get_thread_data()->value, in main() 24 int steps = 0; in main() local 25 while (ompt_enumerate_states(state, &state, &state_name) && steps < 1000) { in main() 26 steps++; in main() 29 ompt_get_thread_data()->value); in main() 31 if (steps >= 1000) { in main() 32 // enumeration did not end after 1000 steps in main() [all …]
|
/external/llvm-project/libcxx/utils/libcxx/test/ |
D | format.py | 1 #===----------------------------------------------------------------------===## 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 #===----------------------------------------------------------------------===## 19 Determine whether clang-verify is supported by the given configuration. 24 …command = "%{{cxx}} -xc++ {} -Werror -fsyntax-only -Xclang -verify-ignore-unexpected".format(os.de… 55 - test 58 - preamble 61 must not be of the form 'RUN:' -- they must be proper commands 73 … substitutions.append(('%{build}', '%{cxx} %s %{flags} %{compile_flags} %{link_flags} -o %t.exe')) 118 This test format is based on top of the ShTest format -- it basically [all …]
|
/external/mesa3d/.gitlab-ci/ |
D | traces-radeonsi.yml | 1 traces-db: 2 download-url: "https://minio-packet.freedesktop.org/mesa-tracie-public/" 5 - path: glmark2/desktop-blur-radius=5:effect=blur:passes=1:separable=true:windows=4.rdc 7 - device: gl-radeonsi-stoney 9 - path: glmark2/jellyfish.rdc 11 - device: gl-radeonsi-stoney 13 - path: glxgears/glxgears-2.trace 15 - device: gl-radeonsi-stoney 17 - path: 0ad/0ad.trace 19 - device: gl-radeonsi-stoney [all …]
|
D | traces-panfrost.yml | 1 traces-db: 2 download-url: "https://minio-packet.freedesktop.org/mesa-tracie-public/" 5 - path: glmark2/desktop-blur-radius=5:effect=blur:passes=1:separable=true:windows=4.rdc 7 - device: gl-panfrost-t860 9 - device: gl-panfrost-t760 11 - path: glmark2/jellyfish.rdc 13 - device: gl-panfrost-t860 15 - device: gl-panfrost-t760 17 - path: glxgears/glxgears-2.trace 19 - device: gl-panfrost-t860 [all …]
|
/external/libxml2/ |
D | pattern.c | 5 * http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/ 7 * http://www.w3.org/TR/1999/REC-xml-19991116 16 * - compilation flags to check for specific syntaxes 18 * - making clear how pattern starting with / or . need to be handled, 22 * - get rid of the "compile" starting with lowercase 23 * - DONE (2006-05-16): get rid of the Strdup/Strndup in case of dictionary 57 * in _xmlStreamCtxt->flag. They extend the public 75 #define XML_STREAM_XS_IDC(c) ((c)->flags & \ 78 #define XML_STREAM_XS_IDC_SEL(c) ((c)->flags & XML_PATTERN_XSSEL) 80 #define XML_STREAM_XS_IDC_FIELD(c) ((c)->flags & XML_PATTERN_XSFIELD) [all …]
|
/external/llvm-project/debuginfo-tests/dexter/dex/heuristic/ |
D | Heuristic.py | 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 27 '--penalty-variable-optimized', 35 '--penalty-misordered-values', 42 '--penalty-irretrievable', 50 '--penalty-not-evaluatable', 58 '--penalty-missing-values', 65 '--penalty-incorrect-values', 72 '--penalty-unreachable', 79 '--penalty-misordered-steps', 82 help='set the penalty for differences in the order of steps' [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constexpr-steps.cpp | 1 // RUN: %clang_cc1 -std=c++1y -fsyntax-only -verify %s -DMAX=1234 -fconstexpr-steps 1234 2 // RUN: %clang_cc1 -std=c++1y -fsyntax-only -verify %s -DMAX=10 -fconstexpr-steps 10 3 // RUN: %clang -std=c++1y -fsyntax-only -Xclang -verify %s -DMAX=12345 -fconstexpr-steps=12345 5 // This takes a total of n + 4 steps according to our current rules: 6 // - One for the compound-statement that is the function body 7 // - One for the 'for' statement 8 // - One for the 'int k = 0;' statement 9 // - One for each of the n evaluations of the compound-statement in the 'for' body 10 // - One for the 'return' statemnet 11 constexpr bool steps(int n) { in steps() function [all …]
|
/external/clang/test/SemaCXX/ |
D | constexpr-steps.cpp | 1 // RUN: %clang_cc1 -std=c++1y -fsyntax-only -verify %s -DMAX=1234 -fconstexpr-steps 1234 2 // RUN: %clang_cc1 -std=c++1y -fsyntax-only -verify %s -DMAX=10 -fconstexpr-steps 10 3 // RUN: %clang -std=c++1y -fsyntax-only -Xclang -verify %s -DMAX=12345 -fconstexpr-steps=12345 5 // This takes a total of n + 4 steps according to our current rules: 6 // - One for the compound-statement that is the function body 7 // - One for the 'for' statement 8 // - One for the 'int k = 0;' statement 9 // - One for each of the n evaluations of the compound-statement in the 'for' body 10 // - One for the 'return' statemnet 11 constexpr bool steps(int n) { in steps() function [all …]
|
/external/rust/crates/bytes/.github/workflows/ |
D | ci.yml | 6 - master 9 - master 12 RUSTFLAGS: -Dwarnings 14 nightly: nightly-2020-12-17 24 runs-on: ubuntu-latest 25 steps: 26 - uses: actions/checkout@v2 27 - name: Install Rust 29 - name: Check formatting 30 run: cargo fmt --all -- --check [all …]
|
/external/skia/src/gpu/ |
D | GrColorSpaceXform.h | 4 * Use of this source code is governed by a BSD-style license that can be 24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() argument 31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function 38 // Code generation depends on which steps we apply, in XformKey() 42 const SkColorSpaceXformSteps& steps(xform->fSteps); in XformKey() 43 uint32_t key = steps.flags.mask(); in XformKey() 44 if (steps.flags.linearize) { in XformKey() 45 key |= classify_transfer_fn(steps.srcTF) << 8; in XformKey() 47 if (steps.flags.encode) { in XformKey() 48 key |= classify_transfer_fn(steps.dstTFInv) << 16; in XformKey() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | DraftStoreTests.cpp | 1 //===-- DraftStoreTests.cpp -------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 30 return *End - *Start; in rangeLength() 34 void stepByStep(llvm::ArrayRef<IncrementalTestStep> Steps) { in stepByStep() argument 36 Annotations InitialSrc(Steps.front().Src); in stepByStep() 42 for (size_t i = 1; i < Steps.size(); i++) { in stepByStep() 43 Annotations SrcBefore(Steps[i - 1].Src); in stepByStep() 44 Annotations SrcAfter(Steps[i].Src); in stepByStep() 45 llvm::StringRef Contents = Steps[i - 1].Contents; in stepByStep() [all …]
|