Include <cmath> in cost_estimator.h
INFINITY define requires the cmath header. PiperOrigin-RevId: 216621867
This commit is contained in:
parent
3abfe2cd9b
commit
331683cb22
@ -17,6 +17,7 @@ limitations under the License.
|
||||
#define TENSORFLOW_CORE_GRAPPLER_COSTS_COST_ESTIMATOR_H_
|
||||
|
||||
#include <chrono>
|
||||
#include <cmath>
|
||||
#include <unordered_map>
|
||||
#include "tensorflow/core/lib/core/status.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user