Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.h12 struct ConcretePythonOp : public PythonOp { struct
15 ConcretePythonOp(Graph* graph) : PythonOp(graph, ::c10::prim::PythonOp) {} in ConcretePythonOp() function
16 ConcretePythonOp* init( in init() argument
40 return new ConcretePythonOp(g); in allocNewInstance() argument