Class IDagLinearizer

    • Constructor Detail

      • IDagLinearizer

        public IDagLinearizer()
    • Method Detail

      • linearize

        public abstract List<Lop> linearize​(List<Lop> v)
        Linearized a DAG of lops into a sequence of lops that preserves all data dependencies.
        Parameters:
        v - roots (outputs) of a DAG of lops
        Returns:
        list of lops (input, inner, and outputs)