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