Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/onnx/
Dfunction_extraction.cpp126 scope_ctx_map& scope_ctxs) in FunctionContext()
243 const scope_ctx_map& scope_ctxs) { in DebugPrintScopeContexts()
644 scope_ctx_map& scope_ctxs, in ConvertScopeToFunction()
824 scope_ctx_map& scope_ctxs, in HandleNoScopeNodes()
838 scope_ctx_map scope_ctxs = {}; in PartitionNodesByScope() local
842 const ScopePtr& scope) { in PartitionNodesByScope()
913 scope_ctx_map scope_ctxs; in PartitionNodesByScope() local
923 PartitionIdenticalScopes(FunctionExtractor::scope_ctx_map& scope_ctxs) { in PartitionIdenticalScopes()
1044 auto scope_ctxs = PartitionNodesByScope(graph_); in run() local