Searched refs:getGradExecutor (Results 1 – 3 of 3) sorted by relevance
136 GraphExecutor* getGradExecutor(Operation& op);
472 friend GraphExecutor* detail::getGradExecutor(Operation& op);554 GraphExecutor* getGradExecutor(Operation& op) { in getGradExecutor() function
850 if (auto executor = detail::getGradExecutor(op)) { in grad_executors()