Searched defs:backprop_name (Results 1 – 4 of 4) sorted by relevance
27 …explicit PyBackpropScope(std::string backprop_name, Context& context) : backprop_name_{std::move(b… in PyBackpropScope()73 …[](const std::string& backprop_name, py::handle context) { return PyBackpropScope(backprop_name, G… in InitChainerxBackpropScope()
66 …[](Context& self, std::string backprop_name) { return self.MakeBackpropId(std::move(backprop_name)… in InitChainerxContext()
80 const std::string& backprop_name) { in CheckCheckBackward()118 const std::string& backprop_name) { in CheckCheckDoubleBackward()
122 BackpropId Context::MakeBackpropId(std::string backprop_name) { in MakeBackpropId()