Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/operators/
DCpuWinogradConv2d.cpp185 …const size_t input_workspace_size = _winograd_impl.input_transform->get_working_space_size(*_conv… in configure() local
188 TensorInfo input_workspace_info(TensorShape(input_workspace_size), 1, DataType::U8); in configure()
281 …(offset_int_vec(WorkspaceIO), MemoryLifetime::Temporary, std::max(input_workspace_size, output_wor… in configure()