Home
last modified time | relevance | path

Searched defs:cb_id (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc110 bool IsMemcpyAsyncEvent(CUpti_CallbackId cb_id) { in IsMemcpyAsyncEvent()
128 bool IsMemcpySyncEvent(CUpti_CallbackId cb_id) { in IsMemcpySyncEvent()
150 void CUPTIApiExit(const std::shared_ptr<GPUProfiler> &gpu_profiler_inst, CUpti_CallbackId cb_id, in CUPTIApiExit()
182 void CUPTICallBackFunc(void *user_data, CUpti_CallbackDomain domain, CUpti_CallbackId cb_id, in CUPTICallBackFunc()
Dgpu_profiling.h83 CUpti_CallbackId cb_id; member
/third_party/mesa3d/src/amd/common/
Dac_sqtt.h131 uint32_t cb_id : 20; member
162 uint32_t cb_id : 20; member
306 uint32_t cb_id : 20; member
343 uint32_t cb_id : 20; member
368 uint32_t cb_id : 20; member
471 uint32_t cb_id : 20; member
/third_party/mindspore/tests/ut/python/dataset/
Dtest_callbacks.py33 def __init__(self, step_size=1, events=None, cb_id=0): argument