Home
last modified time | relevance | path

Searched refs:_source_code (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
H A DClWorkloadRuntime.cpp276 GpuWorkloadSourceCode _source_code{}; member
291 _impl->_source_code = sketch.implementation().generate_source_code(); in configure()
293 for(auto uwk_id : _impl->_source_code.unit_workloads()) in configure()
295 const auto work = _impl->_source_code.query_unit_workload(uwk_id); in configure()
319 create_aux_tensors(&_impl->_aux_tensors, _impl->_source_code); in configure()
344 …const auto st = create_tensor_lut(&_impl->_tensor_lut, _impl->_source_code, tensors, _impl->_aux_t… in run()
/aosp_15_r20/external/pytorch/cmake/Modules/
H A DFindSanitizer.cmake15 set(_source_code variable
60 check_c_source_runs("${_source_code}"
67 check_cxx_source_runs("${_source_code}"