Home
last modified time | relevance | path

Searched defs:base_module (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/api/include/torch/nn/
Dmodule.h659 auto& base_module = children_.insert(std::move(name), std::move(module)); in register_module() local
674 auto& base_module = (children_[name] = std::move(module)); in replace_module() local
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_js_generator.py191 def GetRelativeUrl(module, base_module): argument
/external/python/cpython3/Lib/
Dinspect.py1434 def formatannotation(annotation, base_module=None): argument