Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
DGpuKernelComponentGroup.cpp50 …if(!_components.empty() && get_root_component()->type() == GpuComponentType::Unfusable && componen… in add_component()
65 if(!_components.empty() && !(get_root_component()->properties() == component->properties())) in add_component()
72 const auto root_dst_tensors = get_root_component()->tensors().get_const_dst_tensors(); in add_component()
94 const auto root_dst_tensors = get_root_component()->tensors().get_const_dst_tensors(); in add_component()
305 GpuKernelComponentGroup::ComponentPtr GpuKernelComponentGroup::get_root_component() const in get_root_component() function in arm_compute::experimental::dynamic_fusion::GpuKernelComponentGroup
DGpuKernelComponentStream.cpp53 const auto unit_workload_stage = group.get_root_component()->properties().stage(); in write_workload_code()
DGpuKernelComponentGroup.h102 ComponentPtr get_root_component() const;
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
DClTemplateCast.cpp57 const auto is_root = (comp_group.get_root_component()->id() == this->id()); in get_component_code()
144 const auto is_root = (comp_group.get_root_component()->id() == this->id()); in get_tag_lut()
169 … const auto root_window = comp_group.get_root_component()->template_writer()->get_window(); in get_build_options()
DClTemplateActivation.cpp58 const bool is_root = (comp_group.get_root_component()->id() == this->id()); in get_component_code()
147 …const auto root_window = comp_group.get_root_component()->template_writer()->get_wind… in get_build_options()
DClTemplateElementwiseBinary.cpp65 const bool is_root = (comp_group.get_root_component()->id() == this->id()); in get_component_code()
240 …const auto root_window = comp_group.get_root_component()->template_writer()->get_wind… in get_build_options()
DClTemplateReshape.cpp128 …const auto root_window = comp_group.get_root_component()->template_writer()->get_wind… in get_build_options()
DClTemplateLogits1DNorm.cpp148 … const auto root_window = comp_group.get_root_component()->template_writer()->get_window(); in get_build_options()
DClTemplateResize.cpp223 … const Window root_window = comp_group.get_root_component()->template_writer()->get_window(); in get_build_options()
DClTemplateWriter.cpp116 const auto root_comp = _components.get_root_component(); in get_window()
DClTemplateDirectConv2d.cpp315 …const auto root_window = comp_group.get_root_component()->template_writer()->get_wind… in get_build_options()
DClTemplatePool2d.cpp422 …const auto root_window = comp_group.get_root_component()->template_writer()->get_wind… in get_build_options()