Home
last modified time | relevance | path

Searched refs:GetDeviceId (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_kernel.cc119 RETURN_IF_ERROR(GetKernelPrivateMemorySize(kernel_, program.GetDeviceId(), in CreateFromProgram()
121 RETURN_IF_ERROR(GetKernelMaxWorkGroupSize(kernel_, program.GetDeviceId(), in CreateFromProgram()
Dcl_program.h56 cl_device_id GetDeviceId() const { return device_id_; } in GetDeviceId() function
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_interface.h63 virtual CUptiResult GetDeviceId(CUcontext context, uint32* deviceId) = 0;
Dcupti_wrapper.h58 CUptiResult GetDeviceId(CUcontext context, uint32* deviceId) override;
Dcupti_wrapper.cc59 CUptiResult CuptiWrapper::GetDeviceId(CUcontext context, uint32* deviceId) { in GetDeviceId() function in tensorflow::profiler::CuptiWrapper
Dcupti_tracer.cc447 cupti_interface->GetDeviceId(p2p_params->srcContext, &src_device); in AddP2PMemcpyEventUponApiExit()
448 cupti_interface->GetDeviceId(p2p_params->dstContext, &dst_device); in AddP2PMemcpyEventUponApiExit()
1806 cupti_interface_->GetDeviceId(cbdata->context, &device_id)); in HandleCallback()
1938 RETURN_IF_CUPTI_ERROR(cupti_interface_->GetDeviceId(context, &device_id)); in ProcessActivityBuffer()