Searched refs:CastCost (Results 1 – 5 of 5) sorted by relevance
111 const double total_cost = (Eigen::TensorOpCost::CastCost<T, uint8>() + in operator ()()112 Eigen::TensorOpCost::CastCost<int64, uint8>()); in operator ()()
330 Eigen::TensorOpCost::CastCost<T, float>() * 4) + in operator ()()334 cost_per_pixel = depth * Eigen::TensorOpCost::CastCost<T, float>() + in operator ()()538 Eigen::TensorOpCost::CastCost<T, float>() * 4) + in operator ()()541 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>();
2223 auto CastCost = [&](unsigned Opcode) { in costAndCollectOperands() local2253 Cost = CastCost(Instruction::PtrToInt); in costAndCollectOperands()2256 Cost = CastCost(Instruction::Trunc); in costAndCollectOperands()2259 Cost = CastCost(Instruction::ZExt); in costAndCollectOperands()2262 Cost = CastCost(Instruction::SExt); in costAndCollectOperands()