Home
last modified time | relevance | path

Searched refs:node_calls (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/dynamo/
Dpython_compiled_autograd.cpp481 compiler_call.node_calls in _compiled_autograd_impl()
497 NodeCall& call = compiler_call.node_calls.lookup(fn); in _compiled_autograd_impl()
533 compiler_call.node_calls.lookup(edge.function).needed = false; in _compiled_autograd_impl()
Dcompiled_autograd.h205 NodeCalls node_calls; member
383 collect(_compiler.node_calls.lookup(t)); in collect()
393 collect_size(_compiler.node_calls.lookup(t.function).id); in collect()