Home
last modified time | relevance | path

Searched defs:IrUtilNode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_ir_util.cpp13 class IrUtilNode : public Node { class
15 explicit IrUtilNode() : Node(OpKind(), /* num_outputs */ 1), hash_(Hash(0)) {} in IrUtilNode() function in torch::lazy::IrUtilNode