Describe the bug
As there are no _tensor_to_tiled in GraphActor, referencing it in
| return OrderedDict((c.key, c.index) for c in self._tensor_to_tiled[tensor_key][-1].chunks) |
will lead to AttributeError
Expected behavior
Use _get_tensor_by_key() instead. Cases are also recommended. Currently the line https://coveralls.io/builds/21024102/source?filename=mars/scheduler/graph.py#L773 is not covered.