DefaultGraphExecutionContext
constructor(baseOps: TensorOps = VoidTensorOps(), phase: Phase = Phase.EVAL, tensorDataFactory: TensorDataFactory = DenseTensorDataFactory(), hooks: ForwardHooks? = null, memoryInfo: MemoryInfo = MemoryInfo.getEmptyInfo(), executionStats: ExecutionStats = ExecutionStats(), createTapeFactory: (GraphExecutionContext) -> ExecutionTape = { _ -> DefaultExecutionTape() }, computeGraph: ComputeGraph? = null, baseSink: OpSink = NoOpSink)(source)