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.cc542 #define EIGEN_COST(X) Eigen::internal::functor_traits<Eigen::internal::X>::Cost in OpLevelCostEstimator() macro
546 EIGEN_COST(scalar_product_op<float>) + EIGEN_COST(scalar_max_op<float>) + in OpLevelCostEstimator()
547 EIGEN_COST(scalar_min_op<float>) + EIGEN_COST(scalar_round_op<float>); in OpLevelCostEstimator()
549 quantize_v2_cost + EIGEN_COST(scalar_product_op<float>); in OpLevelCostEstimator()
552 elementwise_ops_.emplace("Acos", EIGEN_COST(scalar_acos_op<float>)); in OpLevelCostEstimator()
553 elementwise_ops_.emplace("All", EIGEN_COST(scalar_boolean_and_op)); in OpLevelCostEstimator()
554 elementwise_ops_.emplace("ArgMax", EIGEN_COST(scalar_max_op<float>)); in OpLevelCostEstimator()
555 elementwise_ops_.emplace("Asin", EIGEN_COST(scalar_asin_op<float>)); in OpLevelCostEstimator()
556 elementwise_ops_.emplace("Atan", EIGEN_COST(scalar_atan_op<float>)); in OpLevelCostEstimator()
557 elementwise_ops_.emplace("Atan2", EIGEN_COST(scalar_quotient_op<float>) + in OpLevelCostEstimator()
[all …]