Session or Program
Created by: typhoonzero
In this design doc, we define session as:
The session object encapsulates the environment in which the computation graph is executed.
But currently for local training this is what the Program
do. The IR
is represented as ProgramDesc
in protobuf format. It seems that we don't need to create another concept of same meaning, just add a RemoteProgram
or some attribute in ProgramDesc
can do the job.