pub fn fnc_typetrees<'tcx>(tcx: TyCtxt<'tcx>, fn_ty: Ty<'tcx>) -> FncTree
Expand description
Generate TypeTree information for autodiff. This function creates TypeTree metadata that describes the memory layout of function parameters and return types for Enzyme autodiff.