Created by: jacquesqiao
In RNN StepNet, Net want to create var in local scope with the same name in the parent scope, the current API of scope can not support this. So I add CreateLocalVar for this usage.