Searched refs:PtrOpKernelFactory (Results 1 – 2 of 2) sorted by relevance
1522 absl::make_unique<PtrOpKernelFactory>(create_fn)); in OpKernelRegistrar()1526 struct PtrOpKernelFactory : public OpKernelFactory { struct1527 explicit PtrOpKernelFactory(OpKernel* (*create_func)(OpKernelConstruction*)) in PtrOpKernelFactory() function
1344 OpKernel* OpKernelRegistrar::PtrOpKernelFactory::Create( in Create()