Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CL/functions/
DCLCannyEdge.cpp114 TensorShape shape_l1_stack = input->info()->tensor_shape(); in configure() local
115 shape_l1_stack.set(0, input->info()->dimension(0) * L1_hysteresis_stack_size); in configure()
116 TensorInfo info_s32(shape_l1_stack, 1, arm_compute::DataType::S32); in configure()