Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dcreate_autodiff_subgraphs.cpp361 Node* diff_graph, in findRequiresGradForOutput()
407 Node* diff_graph, in AddRequiresGradToDifferentiableGraph()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp508 auto diff_graph = std::move(dnode->g(attr::Subgraph)); in runProfilingOptimizations() local
H A Dgraph_executor.cpp750 auto diff_graph = std::move(dnode->g(attr::Subgraph)); in compileSpec() local