Home
last modified time | relevance | path

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

1234567891011

/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/pigweed/pw_software_update/
Dguides.rst25 1. Get familiar with ``pw_software_update``.
35 2. Enable local updates for development.
58 3. Enable remote updates for internal testing.
86 4. Prepare for launching.
112 5. Ensure smooth rollout.
/external/grpc-grpc/src/csharp/Grpc.Tools/
Dimplementation_notes.md107 ### Prepare the list of .proto files to compile
125 ### Handling incremental builds
170 ### Compile the .proto files
184 ### Add generated .cs files to the list of files for the C# compiler
/external/truth/core/src/main/java/com/google/common/truth/
DFailureMetadata.java114 private final ImmutableList<Step> steps; field in FailureMetadata
117 FailureStrategy strategy, ImmutableList<LazyMessage> messages, ImmutableList<Step> steps) { in FailureMetadata()
130 ImmutableList<Step> steps = append(this.steps, Step.subjectCreation(subject)); in updateForSubject() local
135 ImmutableList<Step> steps = append(this.steps, Step.checkCall(null, null)); in updateForCheckCall() local
142 ImmutableList<Step> steps = in updateForCheckCall() local
196 private FailureMetadata derive(ImmutableList<LazyMessage> messages, ImmutableList<Step> steps) { in derive()
/external/tensorflow/tensorflow/compiler/tests/
Dftrl_test.py38 def equivAdagradTest_FtrlPart(self, steps, dtype): argument
58 def equivAdagradTest_AdagradPart(self, steps, dtype): argument
73 def equivGradientDescentTest_FtrlPart(self, steps, dtype): argument
93 def equivGradientDescentTest_GradientDescentPart(self, steps, dtype): argument
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dmodified_midpoint.hpp74 modified_midpoint( unsigned short steps = 2 , const algebra_type &algebra = algebra_type() ) in modified_midpoint()
120 void set_steps( unsigned short steps ) in set_steps()
124 unsigned short steps( void ) const in steps() function in boost::numeric::odeint::modified_midpoint
189 …modified_midpoint_dense_out( unsigned short steps = 2 , const algebra_type &algebra = algebra_type… in modified_midpoint_dense_out()
251 void set_steps( unsigned short steps ) in set_steps()
255 unsigned short steps( void ) const in steps() function in boost::numeric::odeint::modified_midpoint_dense_out
/external/deqp-deps/glslang/
DREADME.md110 #### 1) Check-Out this project
117 #### 2) Check-Out External Projects
123 #### 3) Configure
160 #### 4) Build and Install
/external/angle/third_party/glslang/src/
DREADME.md110 #### 1) Check-Out this project
117 #### 2) Check-Out External Projects
123 #### 3) Configure
160 #### 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_window(const TensorShape &shape, const Steps &steps, bool skip_border, BorderS… in calculate_max_window()
133 Window calculate_max_enlarged_window(const ValidRegion &valid_region, const Steps &steps, BorderSiz… in calculate_max_enlarged_window()
182 Window calculate_max_window_horizontal(const ValidRegion &valid_region, const Steps &steps, bool sk… in calculate_max_window_horizontal()
/external/skia/src/gpu/ganesh/
DGrColorSpaceXform.h32 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform()
39 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function
/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()
140 const int64_t steps) override { in AddToHistogram()
150 const int64_t steps) override { in AddScalar()
199 void AddToEvents(const string& name, const int64_t steps, in AddToEvents()
214 void AddToEvents(const string& name, const int64_t steps, in AddToEvents()
/external/skia/src/core/
DSkConvertPixels.cpp30 const SkColorSpaceXformSteps& steps) { in rect_memcpy()
47 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul()
248 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline()
271 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/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dbulirsch_stoer.cpp97 size_t steps = integrate_adaptive( stepper , lorenz() , x , 0.0 , 10.0 , dt ); in BOOST_AUTO_TEST_CASE() local
149 size_t steps = integrate_adaptive( stepper , lorenz() , x , 0.0 , 10.0 , dt ); in BOOST_AUTO_TEST_CASE() local
/external/mesa3d/src/gfxstream/guest/android-emu/aemu/base/
Dring_buffer.c82 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_write()
121 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_read()
160 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_write()
177 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_read()
329 const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_view_write()
372 void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_view_read()
/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
/external/clang/test/SemaCXX/
Dconstexpr-steps.cpp11 constexpr bool steps(int n) { in steps() function
/external/rust/crates/crossbeam-queue/tests/
Dseg_queue.rs127 let steps: usize = if cfg!(miri) { 50 } else { 10_000 }; in drops() localVariable
144 let steps = rng.gen_range(0..steps); in drops() localVariable
/external/googleapis/google/cloud/cloudcontrolspartner/v1beta/
Dviolations.proto52 repeated string steps = 2; field
64 repeated string steps = 2; field
/external/googleapis/google/cloud/cloudcontrolspartner/v1/
Dviolations.proto52 repeated string steps = 2; field
64 repeated string steps = 2; field
/external/ComputeLibrary/arm_compute/core/
DSteps.h48 Steps(Ts... steps) in Steps()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients_test.py68 def lstm_model_fn(batch_size, state_size, steps, inputs_size=None): argument
107 def create_lstm_batch_jacobian(batch_size, state_size, steps, inputs_size=None): argument
129 def create_lstm_batch_hessian(batch_size, state_size, steps): argument
141 def create_lstm_hessian(batch_size, state_size, steps): argument
181 def create_lstm_per_eg_grad(batch_size, state_size, steps, inputs_size=None): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/direct/
DMultiDirectionalSimplex.java102 public MultiDirectionalSimplex(final double[] steps) { in MultiDirectionalSimplex()
115 public MultiDirectionalSimplex(final double[] steps, in MultiDirectionalSimplex()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
DMultiDirectionalSimplex.java99 public MultiDirectionalSimplex(final double[] steps) { in MultiDirectionalSimplex()
112 public MultiDirectionalSimplex(final double[] steps, in MultiDirectionalSimplex()

1234567891011