public class ComputeCost extends Object
| Constructor and Description |
|---|
ComputeCost() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getHOPComputeCost(Hop currentHop)
Get compute cost for given HOP based on the number of floating point operations per output cell
and the total number of output cells.
|
public static double getHOPComputeCost(Hop currentHop)
currentHop - for which compute cost is returnedCopyright © 2021 The Apache Software Foundation. All rights reserved.