@Override
    public MemoryReport getMemoryReport(InputType... inputTypes) {
        //Get op with dup - accounted for in activations size (no working memory)
        //Do one dup on the forward pass (output activations). Accounted for in output activations.
        InputType outputType = getOutputType(-1, inputTypes);