ForwardGraph

public class ForwardGraph: ComputationGraph

ForwardGraph is a subclass of ComputationGraph that can only do forward computation. Thus, it has mooptimization during forward computation and the internal results are not accessable.