Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 25 of 161) sorted by relevance

1234567

/external/rust/crates/crossbeam-channel/benches/
Dcrossbeam.rs40 let steps = TOTAL_STEPS / threads; in par_inout() localVariable
73 let steps = TOTAL_STEPS; in spsc() localVariable
103 let steps = TOTAL_STEPS / threads; in spmc() localVariable
139 let steps = TOTAL_STEPS / threads; in mpsc() localVariable
175 let steps = TOTAL_STEPS / threads; in mpmc() localVariable
221 let steps = TOTAL_STEPS; in spsc() localVariable
251 let steps = TOTAL_STEPS / threads; in spmc() localVariable
287 let steps = TOTAL_STEPS / threads; in mpsc() localVariable
323 let steps = TOTAL_STEPS / threads; in par_inout() localVariable
358 let steps = TOTAL_STEPS / threads; in mpmc() localVariable
[all …]
/external/catch2/docs/
Drelease-process.md11 ### Testing
18 ### Incrementing version number
28 ### Release notes
33 ### Commit and push update to GitHub
38 ### Release on GitHub
/external/tensorflow/tensorflow/compiler/tests/
Dftrl_test.py42 def equivAdagradTest_FtrlPart(self, steps, dtype): argument
62 def equivAdagradTest_AdagradPart(self, steps, dtype): argument
77 def equivGradientDescentTest_FtrlPart(self, steps, dtype): argument
97 def equivGradientDescentTest_GradientDescentPart(self, steps, dtype): argument
Dproximal_gradient_descent_test.py121 def applyOptimizer(self, opt, steps=5): argument
Dproximal_adagrad_test.py137 def applyOptimizer(self, opt, steps=5): argument
/external/angle/third_party/vulkan-deps/glslang/src/
DREADME.md122 #### 1) Check-Out this project
129 #### 2) Check-Out External Projects
153 #### 3) Configure
190 #### 4) Build and Install
/external/deqp-deps/glslang/
DREADME.md114 #### 1) Check-Out this project
121 #### 2) Check-Out External Projects
145 #### 3) Configure
182 #### 4) Build and Install
/external/ComputeLibrary/src/core/helpers/
DWindowHelpers.cpp28 Window calculate_max_window(const ValidRegion &valid_region, const Steps &steps, bool skip_border, … in calculate_max_window()
82 Window calculate_max_enlarged_window(const ValidRegion &valid_region, const Steps &steps, BorderSiz… in calculate_max_enlarged_window()
131 Window calculate_max_window_horizontal(const ValidRegion &valid_region, const Steps &steps, bool sk… in calculate_max_window_horizontal()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dstats_aggregator_ops.cc52 const int64_t steps) override { in AddToHistogram()
61 const int64_t steps) override { in AddScalar()
141 const int64_t steps) override { in AddToHistogram()
151 const int64_t steps) override { in AddScalar()
200 void AddToEvents(const string& name, const int64_t steps, in AddToEvents()
215 void AddToEvents(const string& name, const int64_t steps, in AddToEvents()
/external/skia/src/gpu/
DGrColorSpaceXform.h24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform()
31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function
/external/skia/src/core/
DSkConvertPixels.cpp19 const SkColorSpaceXformSteps& steps) { in rect_memcpy()
36 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul()
209 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline()
235 SkColorSpaceXformSteps steps{srcInfo.colorSpace(), srcInfo.alphaType(), in SkConvertPixels() local
/external/ComputeLibrary/tests/datasets/
DPriorBoxLayerDataset.h112 std::array<float, 2> steps = { { 8.f, 8.f } }; in SmallPriorBoxLayerDataset() local
126 std::array<float, 2> steps = { { 8.f, 8.f } }; in LargePriorBoxLayerDataset() local
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_generator_v1.py599 steps=None, argument
621 steps=None, argument
690 steps=None, argument
704 steps=None, argument
790 steps=None, argument
815 steps=None, argument
Dtraining_distributed_v1.py291 steps=None, argument
422 steps=None, argument
691 steps=None, argument
730 steps=None, argument
Dtraining_utils_v1.py82 def __init__(self, use_steps, num_samples=None, steps=None, batch_size=None): argument
127 def __init__(self, use_steps, num_samples=None, steps=None): argument
478 def check_num_samples(ins, batch_size=None, steps=None, steps_name='steps'): argument
1307 def check_steps_argument(input_data, steps, steps_name): argument
1660 def infer_steps_for_dataset(model, argument
1947 steps=None, argument
1958 steps=None, argument
/external/clang/test/SemaCXX/
Dconstexpr-steps.cpp11 constexpr bool steps(int n) { in steps() function
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients_test.py72 def lstm_model_fn(batch_size, state_size, steps, inputs_size=None): argument
111 def create_lstm_batch_jacobian(batch_size, state_size, steps, inputs_size=None): argument
133 def create_lstm_batch_hessian(batch_size, state_size, steps): argument
145 def create_lstm_hessian(batch_size, state_size, steps): argument
185 def create_lstm_per_eg_grad(batch_size, state_size, steps, inputs_size=None): argument
/external/ComputeLibrary/arm_compute/core/
DSteps.h48 Steps(Ts... steps) in Steps()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DIteratorTester.java95 int steps, in IteratorTester()
DListIteratorTester.java40 int steps, in ListIteratorTester()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DIteratorTester.java95 int steps, in IteratorTester()
DListIteratorTester.java40 int steps, in ListIteratorTester()
/external/tensorflow/tensorflow/python/keras/distribute/
Ddataset_creator_model_fit_test_base.py159 steps=10, argument
194 steps=10, argument
/external/auto/common/src/main/java/com/google/auto/common/
DBasicAnnotationProcessor.java115 private ImmutableList<? extends Step> steps; field in BasicAnnotationProcessor
143 protected Iterable<? extends Step> steps() { in steps() method in BasicAnnotationProcessor
/external/oss-fuzz/infra/build/functions/
Dbase_images.py75 def run_build(steps, images): argument

1234567