Searched defs:shape_fn (Results 1 – 3 of 3) sorted by relevance
95 const std::function<Shape()>& shape_fn, in Node()122 void Node::addComputedShape(const std::function<Shape()>& shape_fn) { in addComputedShape()129 Shape Node::computeShape(const std::function<Shape()>& shape_fn) { in computeShape()
18 const std::function<Shape()>& shape_fn, in Generic()
57 const std::function<Shape()>& shape_fn, in TsNode()