Home
last modified time | relevance | path

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

/external/perfetto/ui/src/core/
Dworkspace_manager.ts16 import {Workspace, WorkspaceManager} from '../public/workspace';
20 export class WorkspaceManagerImpl implements WorkspaceManager {
/external/perfetto/ui/src/public/
Dtrace.ts22 import {Workspace, WorkspaceManager} from './workspace';
51 readonly workspaces: WorkspaceManager;
Dworkspace.ts18 export interface WorkspaceManager { interface
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_depthfirst_generic.hpp207 using WorkspaceManager = Workspace< typedef in arm_conv::depthwise::DepthwiseDepthfirstGeneric
213 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()
Ddepthwise_planar.hpp243 using WorkspaceManager = Workspace< typedef in arm_conv::depthwise::DepthwisePlanar
247 using WorkspaceType = typename WorkspaceManager::WorkspaceType;
286 return WorkspaceManager::get_sizeof_workspace( in get_working_size_per_thread()
293 WorkspaceManager::initialise( in initialise_working_space()
Ddepthwise_depthfirst.hpp320 using WorkspaceManager = Workspace< typedef in arm_conv::depthwise::DepthwiseDepthfirst
326 using WorkingSpace = typename WorkspaceManager::WorkspaceType;
354 return WorkspaceManager::get_sizeof_workspace( in get_working_size_per_thread()
363 WorkspaceManager::initialise( in initialise_working_space()
Ddepthwise_depthfirst_multiplier.hpp480 using WorkspaceManager = Workspace< typedef in arm_conv::depthwise::DepthwiseDepthfirstMultiplier
485 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()