Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dgraph_task.h18 struct GraphTask : std::enable_shared_from_this<GraphTask> { struct
37 // Exec info is created for each GraphTask, which allows filtering paths on argument
55 int output_idx_; // within the output vector of a GraphTask argument
116 // execution of the GraphTask is completed, the captured_vars_ are moved argument
126 // Per-device current streams of the execute() that called this GraphTask. argument
151 // check if the GraphTask is completed or not argument
174 // GraphTask so that we know which ready queue we should push to if we are on argument
182 // Final callbacks installed during execution of this GraphTask argument
192 GraphTask( argument
H A Dengine.cpp658 GraphTask::GraphTask( in GraphTask() function in torch::autograd::GraphTask