Searched refs:create_func_ (Results 1 – 4 of 4) sorted by relevance
41 create_func_ = reinterpret_cast<decltype(create_func_)>( in AOTIModelContainerRunner()85 AOTI_RUNTIME_ERROR_CODE_CHECK(create_func_( in AOTIModelContainerRunner()
54 decltype(&AOTInductorModelContainerCreateWithDevice) create_func_{nullptr};
1528 : create_func_(create_func) {} in PtrOpKernelFactory()1532 OpKernel* (*create_func_)(OpKernelConstruction*); member
1346 return (*create_func_)(context); in Create()