Searched defs:IrUtilNode (Results 1 – 1 of 1) sorted by relevance
13 class IrUtilNode : public Node { class15 explicit IrUtilNode() : Node(OpKind(), /* num_outputs */ 1), hash_(Hash(0)) {} in IrUtilNode() function in torch::lazy::IrUtilNode