5da2ef4a828b3943800a68ae432fc7129dbf3bac
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method protected pushToGrid(op Op, dimension int...) : Op extracted from public exec(op Op) : Op in class org.nd4j.linalg.jcublas.ops.executioner.GridExecutioner | From | To | |
Extract Method protected validateAsMetaOp(op Op, dimension int...) : Op extracted from public exec(op Op) : Op in class org.nd4j.linalg.jcublas.ops.executioner.GridExecutioner | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type deviceQueues : List<Deque<Op>> to deviceQueues : List<Deque<OpDescriptor>> in class org.nd4j.linalg.jcublas.ops.executioner.GridExecutioner | From | To |