Searched refs:WorkspaceManager (Results 1 – 7 of 7) sorted by relevance
16 import {Workspace, WorkspaceManager} from '../public/workspace';20 export class WorkspaceManagerImpl implements WorkspaceManager {
22 import {Workspace, WorkspaceManager} from './workspace';51 readonly workspaces: WorkspaceManager;
18 export interface WorkspaceManager { interface
207 using WorkspaceManager = Workspace< typedef in arm_conv::depthwise::DepthwiseDepthfirstGeneric213 using WorkingSpace = typename WorkspaceManager::WorkspaceType;239 …return WorkspaceManager::get_sizeof_workspace(WorkspaceArgs<IDepthfirstStrategy, OutputStage>(this… in get_working_size_per_thread()246 …return WorkspaceManager::initialise(buffer, WorkspaceArgs<IDepthfirstStrategy, OutputStage>(this->… in initialise_working_space()
243 using WorkspaceManager = Workspace< typedef in arm_conv::depthwise::DepthwisePlanar247 using WorkspaceType = typename WorkspaceManager::WorkspaceType;286 return WorkspaceManager::get_sizeof_workspace( in get_working_size_per_thread()293 WorkspaceManager::initialise( in initialise_working_space()
320 using WorkspaceManager = Workspace< typedef in arm_conv::depthwise::DepthwiseDepthfirst326 using WorkingSpace = typename WorkspaceManager::WorkspaceType;354 return WorkspaceManager::get_sizeof_workspace( in get_working_size_per_thread()363 WorkspaceManager::initialise( in initialise_working_space()
480 using WorkspaceManager = Workspace< typedef in arm_conv::depthwise::DepthwiseDepthfirstMultiplier485 using WorkingSpace = typename WorkspaceManager::WorkspaceType;517 …return WorkspaceManager::get_sizeof_workspace(WorkspaceArgs<IDepthfirstStrategy, OutputStage>(this… in get_working_size_per_thread()524 …return WorkspaceManager::initialise(buffer, WorkspaceArgs<IDepthfirstStrategy, OutputStage>(this->… in initialise_working_space()