Home
last modified time | relevance | path

Searched full:inference (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv4/
H A Dtcp_lp.c48 * @LP_WITHIN_INF: are we within inference?
71 * @inference: current inference
87 u32 inference; member
110 lp->inference = 0; in tcp_lp_init()
120 * Will only call newReno CA when away from inference.
284 /* calc inference */ in tcp_lp_pkts_acked()
287 lp->inference = 3 * delta; in tcp_lp_pkts_acked()
289 /* test if within inference */ in tcp_lp_pkts_acked()
290 if (lp->last_drop && (now - lp->last_drop < lp->inference)) in tcp_lp_pkts_acked()
[all...]
/linux/Documentation/accel/
H A Dintroduction.rst19 - Edge AI - doing inference at an edge device. It can be an embedded ASIC/FPGA,
23 - Inference data-center - single/multi user devices in a large server. This
32 - Training data-center - Similar to Inference data-center cards, but typically
/linux/rust/pin-init/src/
H A D__internal.rs70 /// Type inference helper function.
80 /// inference help as `HasPinData`.
100 /// Type inference helper function.
H A Dmacros.rs
/linux/rust/syn/
H A Dparse_quote.rs4 /// type inference to figure out a return type for those tokens.
H A Dty.rs268 /// Functions default to `()` and closures default to type inference.
/linux/arch/m68k/mac/
H A Dvia.c628 * State | vT1CH | VIA_TIMER_1_INT | inference drawn in mac_read_clk()
/linux/drivers/accel/habanalabs/common/
H A Ddevice.c1659 "asic doesn't allow inference soft reset - do hard-reset instead\n"); in hl_device_reset()
1730 dev_dbg(hdev->dev, "Going to reset engines of inference device\n"); in hl_device_reset()