Searched defs:CreateKernel (Results 1 – 4 of 4) sorted by relevance
28 Status XlaKernelCreator::CreateKernel(FunctionLibraryRuntime* flr, in CreateKernel() function in tensorflow::XlaKernelCreator
193 StatusOr<std::unique_ptr<se::KernelBase>> CreateKernel( in CreateKernel() function
259 Status FunctionLibraryRuntimeOverlay::CreateKernel(const NodeDef&, OpKernel**) { in CreateKernel() function in tensorflow::FunctionLibraryRuntimeOverlay592 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl597 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl
56 std::unique_ptr<const DynamicKernel> CreateKernel(const KernelType& kernel) { in CreateKernel() function