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