Searched defs:ConcretePythonOp (Results 1 – 1 of 1) sorted by relevance
12 struct ConcretePythonOp : public PythonOp { struct15 ConcretePythonOp(Graph* graph) : PythonOp(graph, ::c10::prim::PythonOp) {} in ConcretePythonOp() function16 ConcretePythonOp* init( in init() argument40 return new ConcretePythonOp(g); in allocNewInstance() argument