Home
last modified time | relevance | path

Searched defs:_step (Results 1 – 11 of 11) sorted by relevance

/external/ComputeLibrary/tests/framework/datasets/
DRangeDataset.h115 T _step; member
139 T _step; variable
/external/ComputeLibrary/src/core/CL/kernels/
DCLRangeKernel.h88 float _step; /**< Increment/step value */ variable
/external/ComputeLibrary/src/core/NEON/kernels/
DNERangeKernel.h85 float _step; /**< Increment/step value */ variable
/external/javasqlite/src/main/java/SQLite/
DBackup.java53 private native boolean _step(int n) throws SQLite.Exception; in _step() method in Backup
/external/ComputeLibrary/arm_compute/core/
DWindow.h142 int _step; variable
/external/libaom/aom_dsp/
Dpsnrhvs.c115 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs()
/external/libvpx/vpx_dsp/
Dpsnrhvs.c122 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs()
/external/libopus/src/
Dopus_compare.c90 int _step,int _downsample){ in band_energy()
/external/autotest/server/cros/chaos_lib/
Dchaos_capture_analyzer.py543 def _step(self, reached_state, packet): member in WifiStateMachineAnalyzer
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4459 def _step(time, output_ta_t, prev_output, *states): function
4507 def _step(time, output_ta_t, *states): function
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5465 builtin_builder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_ty… in _step() function in builtin_builder