Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpopulation_count_op.cc111 const double total_cost = (Eigen::TensorOpCost::CastCost<T, uint8>() + in operator ()()
112 Eigen::TensorOpCost::CastCost<int64, uint8>()); in operator ()()
/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op.cc330 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 ()()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCostModel.h49 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int CastCost() { in CastCost() function
DTensorConversion.h234 const double cast_cost = TensorOpCost::CastCost<SrcType, TargetType>();
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp2223 auto CastCost = [&](unsigned Opcode) { in costAndCollectOperands() local
2253 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()