/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | scale_and_translate_op_test.cc | 56 std::unique_ptr<const DynamicKernel> CreateKernel(const KernelType& kernel) { in CreateKernel() function 64 return CreateKernel(functor::CreateLanczos1Kernel()); in Create() 66 return CreateKernel(functor::CreateLanczos3Kernel()); in Create() 68 return CreateKernel(functor::CreateLanczos5Kernel()); in Create() 70 return CreateKernel(functor::CreateGaussianKernel()); in Create() 72 return CreateKernel(functor::CreateBoxKernel()); in Create() 74 return CreateKernel(functor::CreateTriangleKernel()); in Create() 76 return CreateKernel(functor::CreateKeysCubicKernel()); in Create() 78 return CreateKernel(functor::CreateMitchellCubicKernel()); in Create()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/ |
H A D | codechal_kernel_hme_mdf_g12.cpp | 402 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_VDENC_STREA… in InitKernelState() 403 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_VDENC_STREA… in InitKernelState() 407 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_VDENC_STREA… in InitKernelState() 408 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_VDENC_STREA… in InitKernelState() 413 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_P", m_cmKrn… in InitKernelState() 414 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_B", m_cmKrn… in InitKernelState() 417 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_B", m_cmKrn… in InitKernelState() 418 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_B", m_cmKrn… in InitKernelState() 420 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_P", m_cmKrn… in InitKernelState() 421 …CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgramME, "HME_P", m_cmKrn… in InitKernelState()
|
H A D | codechal_encode_csc_ds_mdf_g12.cpp | 417 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmDev->CreateKernel(m_cmProgramCSCDS, in InitKernelStateCsc() 424 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmDev->CreateKernel(m_cmProgramCSCDS, in InitKernelStateCsc() 431 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmDev->CreateKernel(m_cmProgramCSCDS, in InitKernelStateCsc()
|
H A D | codechal_encode_hevc_brc_g12.cpp | 180 CODECHAL_ENCODE_CHK_STATUS_RETURN(encoderBrc->m_cmDev->CreateKernel(m_cmProgramBrcInit, in InitBrcKernelState() 189 CODECHAL_ENCODE_CHK_STATUS_RETURN(encoderBrc->m_cmDev->CreateKernel(m_cmProgramBrcReset, in InitBrcKernelState() 198 CODECHAL_ENCODE_CHK_STATUS_RETURN(encoderBrc->m_cmDev->CreateKernel(m_cmProgramBrcUpdate, in InitBrcKernelState() 207 CODECHAL_ENCODE_CHK_STATUS_RETURN(encoderBrc->m_cmDev->CreateKernel(m_cmProgramBrcLCUQP, in InitBrcKernelState()
|
H A D | codechal_encode_sw_scoreboard_mdf_g12.cpp | 48 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_encoder->m_cmDev->CreateKernel(m_cmProgram, in InitKernelState()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/ult/cm/ |
H A D | kernel_test.h | 230 int32_t CreateKernel(const char *kernel_name) in CreateKernel() function 234 return m_mockDevice->CreateKernel(nullptr, "DoNothing", m_kernel, in CreateKernel() 410 return m_mockDevice->CreateKernel(m_program, kernel_name, m_kernel, in CreateKernelFromDefaultIsa() 495 TEST_F(KernelTest, CreateKernel) in TEST_F() argument 498 [this]() { return CreateKernel("wrong_name"); }); in TEST_F() 501 [this]() { return CreateKernel(nullptr); }); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | xla_kernel_creator_test.cc | 110 Status status = xla_kernel_creator.CreateKernel(flr_, callsite, &kernel_); in TEST_F() 133 xla_kernel_creator.CreateKernel(flr_, ToNodeProperties(R"proto( in TEST_F() 150 xla_kernel_creator.CreateKernel(flr_, ToNodeProperties(R"proto( in TEST_F()
|
H A D | xla_kernel_creator.h | 37 Status CreateKernel(FunctionLibraryRuntime* flr,
|
H A D | xla_kernel_creator.cc | 84 Status XlaKernelCreator::CreateKernel( in CreateKernel() function in tensorflow::XlaKernelCreator
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | tfrt_op_kernel_test.cc | 153 tfrt_forwarding_kernel_factories->CreateKernel("TestKernelFloatInt", in TEST() 180 tfrt_forwarding_kernel_factories->CreateKernel("TestKernel2ndConstraint", in TEST() 201 tfrt_forwarding_kernel_factories->CreateKernel("TestKernelIntInt", &ctx); in TEST()
|
H A D | kernel_fallback_execute.cc | 80 tfrt_forwarding_kernel_factories->CreateKernel( in KernelFallbackExecute()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | function.cc | 179 Status CreateKernel(const std::shared_ptr<const NodeProperties>& props, 260 Status FunctionLibraryRuntimeOverlay::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeOverlay 348 Status CreateKernel(const std::shared_ptr<const NodeProperties>& props, 437 Status CreateKernel(const std::shared_ptr<const NodeProperties>& props, 495 return CreateKernel(props, kernel); in FunctionLibraryRuntimeImpl() 603 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl 605 return CreateKernel(props, this, kernel); in CreateKernel() 608 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl 618 s = custom_kernel_creator->CreateKernel(flr, props, &ret); in CreateKernel() 959 return CreateKernel(props, flr, kernel); in CreateItem()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_queue_rt.cpp | 1236 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel(gpuCopyProgram, _NAME(surfaceCopy_write_unaligne… in EnqueueUnalignedCopyInternal() 1240 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel(gpuCopyProgram, _NAME(surfaceCopy_write_unaligne… in EnqueueUnalignedCopyInternal() 1250 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel(gpuCopyProgram, _NAME(surfaceCopy_read_unaligned… in EnqueueUnalignedCopyInternal() 1255 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel(gpuCopyProgram, _NAME(surfaceCopy_read_unaligned… in EnqueueUnalignedCopyInternal() 2761 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel( gpuInitKernelProgram, _NAME( surfaceCopy_set_NV… in EnqueueInitSurface2D() 2765 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel( gpuInitKernelProgram, _NAME( surfaceCopy_set ),… in EnqueueInitSurface2D() 3860 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel( gpuCopyProgram, _NAME( surfaceCopy_read_NV12_32… in AllocateGPUCopyKernel() 3864 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel( gpuCopyProgram, _NAME( surfaceCopy_read_NV12_al… in AllocateGPUCopyKernel() 3869 …CM_CHK_CMSTATUS_GOTOFINISH( m_device->CreateKernel( gpuCopyProgram, _NAME( surfaceCopy_write_NV12_… in AllocateGPUCopyKernel() 3873 …CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateKernel(gpuCopyProgram, _NAME(SurfaceCopy_2DTo2D_NV12_32… in AllocateGPUCopyKernel() [all …]
|
H A D | cm_device_rt_base.h | 120 CM_RT_API int32_t CreateKernel(CmProgram* pProgram, 125 CM_RT_API virtual int32_t CreateKernel(CmProgram* pProgram,
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/share/ |
H A D | cm_device_base.h | 377 …CM_RT_API virtual int32_t CreateKernel( CmProgram* program, const char* kernelName, CmKernel* & ke… 414 …CM_RT_API virtual int32_t CreateKernel(CmProgram* program, const char* kernelName, const void * fn…
|
H A D | cm_rt_api_os.h | 69 …CM_RT_API virtual INT CreateKernel( CmProgram* pProgram, const char* kernelName, CmKernel* & pKern… 70 …CM_RT_API virtual INT CreateKernel( CmProgram* pProgram, const char* kernelName, const void * fncP…
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/hardware/ |
H A D | cm_device.h | 61 …CM_RT_API int32_t CreateKernel( CmProgram* program, const char* kernelName, CmKernel* & kernel, co… 62 …CM_RT_API int32_t CreateKernel( CmProgram* program, const char* kernelName, const void * fncPnt, C…
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_HPM/codec/hal/ |
H A D | codechal_kernel_olp_mdf_xe_hpm.cpp | 63 CODECHAL_DECODE_CHK_STATUS_RETURN(m_cmDevice->CreateKernel( in Init()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | stream_executor_util.h | 81 StatusOr<std::unique_ptr<se::KernelBase>> CreateKernel(
|
H A D | kernel_thunk.cc | 63 CreateKernel(kernel_name_, args_.size(), executable.text(), in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_decode_nv12top010.cpp | 63 CODECHAL_DECODE_CHK_STATUS_RETURN(m_cmDevice->CreateKernel( in Init()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | graph_mgr.cc | 258 return lib->CreateKernel(props, kernel); in InitItem() 261 return lib->CreateKernel(props, kernel); in InitItem()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | function.h | 900 virtual Status CreateKernel( 1005 virtual Status CreateKernel(
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/ |
H A D | vphal_render_vebox_denoise.cpp | 51 int result = dev->CreateKernel(m_cmProgram, _NAME(getDenoiseFactor), m_cmKernel); in HVSDenoise()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen8/codec/hal/ |
H A D | codechal_fei_avc_g8.cpp | 4326 …CODECHAL_ENCODE_CHK_STATUS_RETURN(pCmDev->CreateKernel(kernelRes->pCmProgram, "HME_P", kernelRes->… in InitKernelStateMe() 4327 …CODECHAL_ENCODE_CHK_STATUS_RETURN(pCmDev->CreateKernel(kernelRes->pCmProgram, "HME_B", kernelRes->… in InitKernelStateMe() 4346 …CODECHAL_ENCODE_CHK_STATUS_RETURN(avcEncoder->pCmDev->CreateKernel(kernelRes->pCmProgram, "hme_fra… in InitKernelStateScaling() 4347 …CODECHAL_ENCODE_CHK_STATUS_RETURN(avcEncoder->pCmDev->CreateKernel(kernelRes->pCmProgram, "hme_fra… in InitKernelStateScaling() 4348 …CODECHAL_ENCODE_CHK_STATUS_RETURN(avcEncoder->pCmDev->CreateKernel(kernelRes->pCmProgram, "hme_fra… in InitKernelStateScaling() 4349 …CODECHAL_ENCODE_CHK_STATUS_RETURN(avcEncoder->pCmDev->CreateKernel(kernelRes->pCmProgram, "hme_fie… in InitKernelStateScaling() 4350 …CODECHAL_ENCODE_CHK_STATUS_RETURN(avcEncoder->pCmDev->CreateKernel(kernelRes->pCmProgram, "hme_fie… in InitKernelStateScaling() 4351 …CODECHAL_ENCODE_CHK_STATUS_RETURN(avcEncoder->pCmDev->CreateKernel(kernelRes->pCmProgram, "hme_fie… in InitKernelStateScaling() 4582 …CODECHAL_ENCODE_CHK_STATUS_RETURN(pCmDev->CreateKernel(kernelRes->pCmProgram, "AVCEncMB_I", kernel… in InitKernelStateMbEnc() 4583 …CODECHAL_ENCODE_CHK_STATUS_RETURN(pCmDev->CreateKernel(kernelRes->pCmProgram, "AVCEncMB_P", kernel… in InitKernelStateMbEnc() [all …]
|