Searched refs:gpuSource (Results 1 – 1 of 1) sorted by relevance
33 private gpuSource: Array<GpuTreeItem> = []; property in TabPaneGpuClickSelect62 this.gpuSource = (gpu.type === 'total' ? items[0].children : items) || [];63 this.gpuTbl!.recycleDataSource = this.gpuSource;64 this.theadClick(this.gpuTbl!, this.gpuSource);66 this.gpuSource = [];191 deepCompare(this.gpuSource);192 this.gpuTbl!.recycleDataSource = this.gpuSource;