Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Dutils.h18 using function_constructor = std::function<std::shared_ptr<Node>(edge_list&&)>; variable
27 const function_constructor& ctr);
H A Dutils.cpp15 const function_constructor& ctr) { in wrap_outputs()