Home
last modified time | relevance | path

Searched defs:CreateKernel (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/ult/cm/
H A Dkernel_test.h230 int32_t CreateKernel(const char *kernel_name) in CreateKernel() function
495 TEST_F(KernelTest, CreateKernel) in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_kernel_creator.cc84 Status XlaKernelCreator::CreateKernel( in CreateKernel() function in tensorflow::XlaKernelCreator
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction.cc260 Status FunctionLibraryRuntimeOverlay::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeOverlay
603 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl
608 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dstream_executor_util.cc331 StatusOr<std::unique_ptr<se::KernelBase>> CreateKernel( in CreateKernel() function
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dtfrt_op_kernel.cc297 std::unique_ptr<TFRTOpKernel> TFRTOpKernelFactories::CreateKernel( in CreateKernel() function in tensorflow::TFRTOpKernelFactories
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dscale_and_translate_op_test.cc56 std::unique_ptr<const DynamicKernel> CreateKernel(const KernelType& kernel) { in CreateKernel() function
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/
H A Dcm_device.cpp228 CM_RT_API int32_t CmDevice_RT::CreateKernel( CmProgram* program, const char* kernelName, CmKernel* … in CreateKernel() function in CmDevice_RT
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_device_rt_base.cpp1534 CM_RT_API int32_t CmDeviceRTBase::CreateKernel(CmProgram* program, in CreateKernel() function in CMRT_UMD::CmDeviceRTBase
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs.cpp551 cl_kernel CreateKernel(cl_program program, const char *kernel_name) in CreateKernel() function