Home
last modified time | relevance | path

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

/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.rs93 /// inference help as `HasPinData`. in make_closure()
117 /// Type inference helper function.
H A Dmacros.rs
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_jeq_infer_not_null.c279 * A bug in check_cond_jmp_op() made such inference possible.
357 /* Same, but the offset is bounded, so the inference is still done. */
/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/rust/pin-init/internal/src/
H A Dinit.rs157 // Ensure that `#data` really is of type `#data` and help with type inference:
/linux/arch/m68k/mac/
H A Dvia.c628 * State | vT1CH | VIA_TIMER_1_INT | inference drawn in mac_read_clk()
/linux/rust/zerocopy/src/
H A Dbyteorder.rs624 // implement traits which won't cause inference issues. Notably,
626 // inference issues.
/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()
/linux/rust/zerocopy-derive/
H A Drepr.rs724 // the `Repr` type to assist in type inference. in test()