Home
last modified time | relevance | path

Searched refs:CreateAutodiffSubgraphs (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/csrc/jit/passes/
Dcreate_autodiff_subgraphs.h14 TORCH_API std::vector<Node*> CreateAutodiffSubgraphs(
Dcreate_autodiff_subgraphs.cpp462 std::vector<Node*> CreateAutodiffSubgraphs( in CreateAutodiffSubgraphs() function
/external/pytorch/test/cpp/jit/
Dtest_create_autodiff_subgraphs.cpp12 CreateAutodiffSubgraphs(graph, /*threshold=*/2); in TEST()
/external/pytorch/torch/csrc/jit/runtime/
Dprofiling_graph_executor_impl.cpp493 auto diff_nodes = CreateAutodiffSubgraphs( in runProfilingOptimizations()
Dgraph_executor.cpp743 auto diff_nodes = CreateAutodiffSubgraphs( in compileSpec()
/external/pytorch/torch/csrc/jit/python/
Dinit.cpp676 CreateAutodiffSubgraphs(graph); in initJITBindings()
678 CreateAutodiffSubgraphs(graph, py::cast<int>(threshold)); in initJITBindings()