Skip to content

Commit

Permalink
PreparedContext
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesqiao committed Mar 20, 2018
1 parent b873486 commit 31aca56
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions python/paddle/fluid/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,6 @@ def to_name_str(var):
return str(feed_var_names + fetch_var_names)


class PreparedContext(object):
def __init__(self, handle, program, fetch_list, feed_var_name,
fetch_var_name):
self.handle = handle
self.program = program
self.fetch_list = fetch_list
self.feed_var_name = feed_var_name
self.fetch_var_name = fetch_var_name


class Executor(object):
def __init__(self, places):
if not isinstance(places, list) and not isinstance(places, tuple):
Expand Down

0 comments on commit 31aca56

Please sign in to comment.