Home
last modified time | relevance | path

Searched defs:next_input (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Ddigest.rs547 let next_input = vec![0u8; alg.block_len - 1]; in max_input_test() localVariable
554 let next_input = vec![0u8; alg.block_len]; in too_long_input_test_block() localVariable
561 let next_input = vec![0u8; alg.block_len - 1]; in too_long_input_test_byte() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/
H A Dup8xm-sse2.c36 const uint8_t** next_input = in pytorch_q8avgpool_ukernel_up8xm__sse2() local
H A Dup8xm-neon.c43 const uint8_t** next_input = in pytorch_q8avgpool_ukernel_up8xm__neon() local
/aosp_15_r20/external/libchrome-gestures/src/
H A Dlookahead_filter_interpreter_unittest.cc275 stime_t next_input = i < (arraysize(hs) - 1) ? hs[i + 1].timestamp : in TEST() local
354 stime_t next_input = i < (arraysize(hs) - 1) ? hs[i + 1].timestamp : in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/ops/
H A Dwhile_loop.cc75 NodeBuilder::NodeOut next_input(NextIterationName(scope, loop_var_idx), in CreateMerge() local
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c1469 PyObject *next_input = PyNumber_Add(dec_buffer, input_chunk); in textiowrapper_read_chunk() local
2197 PyObject *next_input; in textiowrapper_tell() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c1867 PyObject *next_input = dec_buffer; in textiowrapper_read_chunk() local
2623 PyObject *next_input; in _io_TextIOWrapper_tell_impl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_space_to_depth_pass.cc503 Value next_input = input; in GetInputBlockArgNum() local