Home
last modified time | relevance | path

Searched defs:forward_output (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp116 static bool forward_output(int src_fd, int dst_fd, pid_t expected_tid) { in forward_output() function
/aosp_15_r20/external/pytorch/benchmarks/fastrnns/
H A Dfactory.py233 def varlen_lstm_backward_setup(forward_output, seed=None): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.cpp810 Value* forward_output = forwardSV->asValue(loc, caller); in call() local