Class Fill

  • All Implemented Interfaces:
    CustomOp

    public class Fill
    extends DynamicCustomOp
    Fill an array of given "shape" with the provided "value", e.g. shape [2, 2] and value 42 returns [[42, 42], [42, 42]].
    Author:
    Max Pumperla