Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
DGpuOperatorGroup.cpp105 const auto first_dst_tensor = root_dst_tensors[0]; in try_add_operator() local
109 … if(detail::have_different_dimensions(t->tensor_shape(), first_dst_tensor->tensor_shape(), 0)) in try_add_operator()
116 … if(detail::have_different_dimensions(t->tensor_shape(), first_dst_tensor->tensor_shape(), 0)) in try_add_operator()
DGpuKernelComponentGroup.cpp74 const auto first_dst_tensor = root_dst_tensors[0]; in add_component() local
78 … if(detail::have_different_dimensions(t->tensor_shape(), first_dst_tensor->tensor_shape(), 0)) in add_component()
85 … if(detail::have_different_dimensions(t->tensor_shape(), first_dst_tensor->tensor_shape(), 0)) in add_component()