Searched defs:CreateKernel (Results 1 – 9 of 9) sorted by relevance
230 int32_t CreateKernel(const char *kernel_name) in CreateKernel() function495 TEST_F(KernelTest, CreateKernel) in TEST_F() argument
84 Status XlaKernelCreator::CreateKernel( in CreateKernel() function in tensorflow::XlaKernelCreator
260 Status FunctionLibraryRuntimeOverlay::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeOverlay603 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl608 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl
331 StatusOr<std::unique_ptr<se::KernelBase>> CreateKernel( in CreateKernel() function
297 std::unique_ptr<TFRTOpKernel> TFRTOpKernelFactories::CreateKernel( in CreateKernel() function in tensorflow::TFRTOpKernelFactories
56 std::unique_ptr<const DynamicKernel> CreateKernel(const KernelType& kernel) { in CreateKernel() function
228 CM_RT_API int32_t CmDevice_RT::CreateKernel( CmProgram* program, const char* kernelName, CmKernel* … in CreateKernel() function in CmDevice_RT
1534 CM_RT_API int32_t CmDeviceRTBase::CreateKernel(CmProgram* program, in CreateKernel() function in CMRT_UMD::CmDeviceRTBase
551 cl_kernel CreateKernel(cl_program program, const char *kernel_name) in CreateKernel() function