Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
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()