Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/external/FXdiv/test/
Dquotient.cc37 const uint32_t step = UINT32_C(487); in TEST() local
44 const uint32_t step = UINT32_C(491); in TEST() local
53 const uint32_t step = UINT32_C(523); in TEST() local
62 const uint32_t step = UINT32_C(25183); in TEST() local
73 const uint32_t step = UINT32_C(25183); in TEST() local
84 const uint32_t step = UINT64_C(25183); in TEST() local
137 const uint64_t step = UINT64_C(2048116998241); in TEST() local
144 const uint64_t step = UINT64_C(8624419641811); in TEST() local
153 const uint64_t step = UINT64_C(8624419641833); in TEST() local
162 const uint64_t step = UINT64_C(93400375993241); in TEST() local
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dwhile_test.py44 def loop_body(step): argument
50 def loop_cond(step): argument
64 def loop_body(step, rsum): argument
71 def loop_cond(step, rsum): argument
90 def loop_body(step, rsum): argument
97 def loop_cond(step, rsum): argument
116 def loop_body(step, x): argument
123 def loop_cond(step, x): argument
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.h59 llvm::Value* step, in For()
72 absl::string_view name, int64_t start, int64_t end, int64_t step, in ForWithStatus()
81 absl::string_view name, int64_t start, int64_t end, int64_t step, in For()
111 llvm::Value* step, bool peel_first_iteration, in For()
125 int64_t step, bool peel_first_iteration, in ForWithStatus()
136 int64_t step, bool peel_first_iteration, in For()
147 llvm::Value* step, in ForWithStatus()
158 llvm::Value* step, in For()
168 int64_t step, in ForWithStatus()
180 int64_t step, in For()
[all …]
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DBlur_neon.S1403 .macro prefill_leftfill, next, after, ra, rb, step
1414 .macro prefill_leftedge, next, after, ra, rb, step
1422 .macro prefill_dofetch, next, after, ra, rb, step
1437 .macro prefill_rightedge, next, after, ra, rb, step
1448 .macro prefill_rightfill, next, after, ra, rb, step
1488 .macro prefill step=1, max_r=25, label=xx argument
1572 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
DBlur_advsimd.S1423 .macro prefill_leftfill, next, after, ra, rb, step
1434 .macro prefill_leftedge, next, after, ra, rb, step
1442 .macro prefill_dofetch, next, after, ra, rb, step
1457 .macro prefill_rightedge, next, after, ra, rb, step
1468 .macro prefill_rightfill, next, after, ra, rb, step
1514 .macro prefill step=1, max_r=25, label=xx argument
1605 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
/external/oj-libjdwp/src/share/back/
DstepControl.c166 initState(JNIEnv *env, jthread thread, StepRequest *step) in initState()
265 StepRequest *step; in handleFramePopEvent() local
368 StepRequest *step; in handleExceptionCatchEvent() local
435 StepRequest *step; in handleMethodEnterEvent() local
486 completeStep(JNIEnv *env, jthread thread, StepRequest *step) in completeStep()
516 StepRequest *step; in stepControl_handleStep() local
703 StepRequest *step; in stepControl_resetRequest() local
727 initEvents(jthread thread, StepRequest *step) in initEvents()
791 StepRequest *step; in stepControl_beginStep() local
851 clearStep(jthread thread, StepRequest *step) in clearStep()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py80 def __init__(self, writer, step=None): argument
218 def set_step(step): argument
241 def set_as_default(self, step=None): argument
261 def as_default(self, step=None): argument
326 def set_as_default(self, step=None): argument
332 def as_default(self, step=None): argument
437 def set_as_default(self, step=None): argument
441 def as_default(self, step=None): argument
709 def write(tag, tensor, step=None, metadata=None, name=None): argument
777 def write_raw_pb(tensor, step=None, name=None): argument
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h370 bool trackable(int64_t step) const { in trackable()
487 int64 run_count(int64_t step) const { in run_count()
506 int64 exec_micros(int64_t step) const { in exec_micros()
528 int64 accelerator_exec_micros(int64_t step) const { in accelerator_exec_micros()
550 int64 cpu_exec_micros(int64_t step) const { in cpu_exec_micros()
570 int64 requested_bytes(int64_t step) const { GRAPH_NODE_BYTES(requested); } in requested_bytes()
571 int64 peak_bytes(int64_t step) const { GRAPH_NODE_BYTES(peak); } in peak_bytes()
572 int64 residual_bytes(int64_t step) const { GRAPH_NODE_BYTES(residual); } in residual_bytes()
573 int64 output_bytes(int64_t step) const { GRAPH_NODE_BYTES(output); } in output_bytes()
575 int64 all_start_micros(int64_t step) const { in all_start_micros()
[all …]
/external/python/cpython2/Objects/
Dsliceobject.c61 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
104 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
135 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in _PySlice_Unpack()
180 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in _PySlice_AdjustIndices()
224 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
236 PyObject *start, *stop, *step; in slice_new() local
298 Py_ssize_t ilen, start, stop, step; in slice_indices() local
Drangeobject.c8 long step; member
16 get_len_of_range(long lo, long hi, long step) in get_len_of_range()
232 long step; member
313 long start, step, len; in range_reverse() local
/external/ComputeLibrary/tests/validation/fixtures/
DRangeFixture.h47 size_t num_of_elements_in_range(float start, float end, float step) in num_of_elements_in_range()
66 …dom_end(const DataType output_data_type, const QuantizationInfo qinfo_out, float start, float step) in get_random_end()
106 …_target(const DataType output_data_type, const QuantizationInfo qinfo_out, float start, float step) in compute_target()
127 …ference(const DataType output_data_type, const QuantizationInfo qinfo_out, float start, float step) in compute_reference()
/external/ComputeLibrary/src/core/CL/kernels/
DCLRangeKernel.cpp48 …validate_arguments(const ITensorInfo &output, const float start, const float end, const float step) in validate_arguments()
74 …ate_and_configure_window(ITensorInfo &output, const float start, const float end, const float step) in validate_and_configure_window()
96 …d CLRangeKernel::configure(ICLTensor *output, const float start, const float end, const float step) in configure()
101 …eContext &compile_context, ICLTensor *output, const float start, const float end, const float step) in configure()
144 …geKernel::validate(const ITensorInfo *output, const float start, const float end, const float step) in validate()
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dlearning_rate_schedule.py76 def __call__(self, step): argument
176 def __call__(self, step): argument
270 def __call__(self, step): argument
407 def __call__(self, step): argument
527 def __call__(self, step): argument
622 def __call__(self, step): argument
722 def __call__(self, step): argument
859 def __call__(self, step): argument
985 def __call__(self, step): argument
/external/python/cpython3/Objects/
Dsliceobject.c114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
172 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
204 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack()
249 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices()
293 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
305 PyObject *start, *stop, *step; in slice_new() local
385 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local
526 PyObject *start, *stop, *step; in slice_indices() local
Drangeobject.c20 PyObject *step; member
30 validate_step(PyObject *step) in validate_step()
51 PyObject *stop, PyObject *step) in make_range_object()
80 PyObject *start = NULL, *stop = NULL, *step = NULL; in range_from_array() local
182 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) in compute_range_length()
347 PyObject *start = NULL, *stop = NULL, *step = NULL; in compute_slice() local
771 long step; member
798 PyObject *start=NULL, *stop=NULL, *step=NULL; in rangeiter_reduce() local
890 get_len_of_range(long lo, long hi, long step) in get_len_of_range()
918 fast_range_iter(long start, long stop, long step, long len) in fast_range_iter()
[all …]
/external/ComputeLibrary/src/runtime/CL/functions/
DCLRange.cpp35 void CLRange::configure(ICLTensor *output, const float start, const float end, const float step) in configure()
40 …eContext &compile_context, ICLTensor *output, const float start, const float end, const float step) in configure()
51 … CLRange::validate(const ITensorInfo *output, const float start, const float end, const float step) in validate()
/external/ComputeLibrary/tests/validation/reference/
DRange.cpp38 void generate_range(SimpleTensor<T> &dst, float start, const size_t num_of_elements, float step) in generate_range()
50 SimpleTensor<T> range(SimpleTensor<T> &dst, float start, const size_t num_of_elements, float step) in range()
57 …r<uint8_t> range(SimpleTensor<uint8_t> &dst, float start, const size_t num_of_elements, float step) in range()
/external/ComputeLibrary/src/core/NEON/kernels/
DNERangeKernel.cpp44 void range_function(ITensor *output, float start, float step, const Window &window) in range_function()
88 …validate_arguments(const ITensorInfo &output, const float start, const float end, const float step) in validate_arguments()
119 void NERangeKernel::configure(ITensor *output, float start, float end, float step) in configure()
174 Status NERangeKernel::validate(const ITensorInfo *output, float start, float end, float step) in validate()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DTestTimeSource.kt12 fun step(delta: Long = WORK_STEALING_TIME_RESOLUTION_NS) { in nanoTime() method in kotlinx.coroutines.scheduling.TestTimeSource
/external/libaom/libaom/av1/common/
Dav1_inv_txfm1d.c24 int32_t step[4]; in av1_idct4() local
65 int32_t step[8]; in av1_idct8() local
146 int32_t step[16]; in av1_idct16() local
311 int32_t step[32]; in av1_idct32() local
721 int32_t step[8]; in av1_iadst8() local
829 int32_t step[16]; in av1_iadst16() local
1070 int32_t step[64]; in av1_idct64() local
/external/libaom/libaom/av1/encoder/
Dav1_fwd_txfm1d.c23 int32_t step[4]; in av1_fdct4() local
66 int32_t step[8]; in av1_fdct8() local
151 int32_t step[16]; in av1_fdct16() local
322 int32_t step[32]; in av1_fdct32() local
742 int32_t step[8]; in av1_fadst8() local
856 int32_t step[16]; in av1_fadst16() local
1103 int32_t step[64]; in av1_fdct64() local
/external/tensorflow/tensorflow/core/kernels/
Dsummary_kernels.cc133 const int64_t step = tmp->scalar<int64>()(); in Compute() local
160 const int64_t step = tmp->scalar<int64>()(); in Compute() local
213 const int64_t step = tmp->scalar<int64>()(); in Compute() local
235 const int64_t step = tmp->scalar<int64>()(); in Compute() local
263 const int64_t step = tmp->scalar<int64>()(); in Compute() local
298 const int64_t step = tmp->scalar<int64>()(); in Compute() local
326 const int64_t step = t->scalar<int64>()(); in Compute() local
/external/libgav1/libgav1/src/dsp/
Dloop_filter.cc72 inline bool NeedsFilter4(const Pixel* p, ptrdiff_t step, int outer_thresh, in NeedsFilter4()
83 inline bool Hev(const Pixel* p, ptrdiff_t step, int thresh) { in Hev()
91 inline void Filter2_C(Pixel* p, ptrdiff_t step) { in Filter2_C()
110 inline void Filter4_C(Pixel* p, ptrdiff_t step) { in Filter4_C()
173 inline bool NeedsFilter6(const Pixel* p, ptrdiff_t step, int outer_thresh, in NeedsFilter6()
186 inline bool IsFlat3(const Pixel* p, ptrdiff_t step, int flat_thresh) { in IsFlat3()
201 inline void Filter6_C(Pixel* p, ptrdiff_t step) { in Filter6_C()
268 inline bool NeedsFilter8(const Pixel* p, ptrdiff_t step, int outer_thresh, in NeedsFilter8()
284 inline bool IsFlat4(const Pixel* p, ptrdiff_t step, int flat_thresh) { in IsFlat4()
301 inline void Filter8_C(Pixel* p, ptrdiff_t step) { in Filter8_C()
[all …]
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dcounter.py28 def CounterV2(start=0, step=1, dtype=dtypes.int64): argument
69 def CounterV1(start=0, step=1, dtype=dtypes.int64): argument
/external/ComputeLibrary/src/runtime/NEON/functions/
DNERange.cpp39 void NERange::configure(ITensor *output, const float start, const float end, const float step) in configure()
45 … NERange::validate(const ITensorInfo *output, const float start, const float end, const float step) in validate()

12345678910>>...36