Home
last modified time | relevance | path

Searched defs:input_step (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_eval.cc1818 const int input_step = n_batch * n_input; in EvalFloat() local
1866 const int input_step = n_input; in EvalFloat() local
2029 const int input_step = n_batch * n_input; in EvalHybrid() local
2112 const int input_step = n_input; in EvalHybrid() local
2262 const int input_step = n_batch * n_input; in EvalInteger8x8_16() local
2350 const int input_step = n_input; in EvalInteger8x8_16() local
2498 const int input_step = n_batch * n_input; in EvalInteger8x8_8() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc412 const int input_step = n_batch * n_input; in EvalFloat() local
461 const int input_step = n_input; in EvalFloat() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc335 const int input_step = n_batch * n_input; in EvalCalibration() local
383 const int input_step = n_input; in EvalCalibration() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/
H A Dcrypto_extra.h1660 #define PSA_PAKE_INPUT_SIZE(alg, primitive, input_step) \ argument
/aosp_15_r20/external/mbedtls/include/psa/
H A Dcrypto_extra.h1849 #define PSA_PAKE_INPUT_SIZE(alg, primitive, input_step) \ argument
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dcmd_processing.rs573 fn input_step( in input_step() method