Function tract_hir::ops::binary::rules   [−][src]
pub fn rules<'r, 'p: 'r, 's: 'r, DT: Fn(DatumType, DatumType) -> TractResult<DatumType> + 'p>(
    s: &mut Solver<'r>, 
    inputs: &'p [TensorProxy], 
    outputs: &'p [TensorProxy], 
    dt: DT
) -> InferenceResult