“6d58d6dc4803d202c908e6e14693470394ac2b5c”上不存在“python/paddle/incubate/hapi/datasets/__init__.py”
  1. 14 11月, 2017 1 次提交
  2. 12 10月, 2017 2 次提交
  3. 01 8月, 2017 1 次提交
  4. 11 7月, 2017 1 次提交
    • Y
      Default scope function · d027f47d
      Yu Yang 提交于
      `Paddle` manages Scope as programming language's scope.  It just a
      thread-local stack of Scope. Top of that stack is current scope, the
      bottom of that stack is all scopes' parent.
      
      Invoking `create_var/get_var`  can `create/get` variable in current
      scope. Invoking `enter_local_scope/leave_local_scope` can create or
      destroy local scope.
      
      A `scoped_function` will take a `function` as input. That function will
      be invoked in a new local scope.
      d027f47d