HomeSort by relevance Sort by last modified time
    Searched refs:CastCost (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
population_count_op.cc 111 const double total_cost = (Eigen::TensorOpCost::CastCost<T, uint8>() +
112 Eigen::TensorOpCost::CastCost<int64, uint8>());
crop_and_resize_op.cc 292 Eigen::TensorOpCost::CastCost<T, float>() * 4) +
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorCostModel.h 49 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int CastCost() {
TensorConversion.h 234 const double cast_cost = TensorOpCost::CastCost<SrcType, TargetType>();

Completed in 608 milliseconds