HomeSort by relevance Sort by last modified time
    Searched defs:submodules (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/module/
module.py 58 the `variables`, `trainable_variables` or `submodules` property:
69 nested submodules/parameters or for forward methods whose graph you might want
120 """Sequence of variables owned by this module and it's submodules.
123 and submodules. For performance reasons you may wish to cache the result
128 name) followed by variables from all submodules recursively (breadth
135 """Sequence of variables owned by this module and it's submodules.
138 and submodules. For performance reasons you may wish to cache the result
143 name) followed by variables from all submodules recursively (breadth
149 def submodules(self): member in class:Module
152 Submodules are modules which are properties of this module, or found a
    [all...]
  /external/clang/include/clang/Basic/
Module.h 74 /// \brief The submodules of this module, indexed by name.
75 std::vector<Module *> SubModules;
78 /// \c SubModules vector at which that submodule resides.
183 /// \brief Whether we should infer submodules for this module based on
186 /// Submodules can only be inferred for modules with an umbrella header.
189 /// \brief Whether, when inferring submodules, the inferred submodules
193 /// \brief Whether, when inferring submodules, the inferr submodules should
242 /// that all of its submodules should be exported (rather than the name
479 llvm::iterator_range<submodule_iterator> submodules() { function in class:clang::Module
482 llvm::iterator_range<submodule_const_iterator> submodules() const { function in class:clang::Module
    [all...]

Completed in 440 milliseconds