Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc289 #define EIGEN_COST(X) Eigen::internal::functor_traits<Eigen::internal::X>::Cost in OpLevelCostEstimator() macro
293 EIGEN_COST(scalar_product_op<float>) + EIGEN_COST(scalar_max_op<float>) + in OpLevelCostEstimator()
294 EIGEN_COST(scalar_min_op<float>) + EIGEN_COST(scalar_round_op<float>); in OpLevelCostEstimator()
298 {"Acos", EIGEN_COST(scalar_acos_op<float>)}, in OpLevelCostEstimator()
299 {"Asin", EIGEN_COST(scalar_asin_op<float>)}, in OpLevelCostEstimator()
300 {"Atan", EIGEN_COST(scalar_atan_op<float>)}, in OpLevelCostEstimator()
301 {"Atan2", EIGEN_COST(scalar_quotient_op<float>) + in OpLevelCostEstimator()
302 EIGEN_COST(scalar_atan_op<float>)}, in OpLevelCostEstimator()
309 {"Ceil", EIGEN_COST(scalar_ceil_op<float>)}, in OpLevelCostEstimator()
310 {"Cos", EIGEN_COST(scalar_cos_op<float>)}, in OpLevelCostEstimator()
[all …]