Searched refs:CastCost (Results 1 – 4 of 4) sorted by relevance
111 const double total_cost = (Eigen::TensorOpCost::CastCost<T, uint8>() + in operator ()()112 Eigen::TensorOpCost::CastCost<int64, uint8>()); in operator ()()
312 Eigen::TensorOpCost::CastCost<T, float>() * 4) + in operator ()()316 cost_per_pixel = depth * Eigen::TensorOpCost::CastCost<T, float>() + in operator ()()
49 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int CastCost() { in CastCost() function
234 const double cast_cost = TensorOpCost::CastCost<SrcType, TargetType>();