Home
last modified time | relevance | path

Searched defs:bytes_stored (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCostModel.h57 TensorOpCost(double bytes_loaded, double bytes_stored, double compute_cycles) in TensorOpCost()
63 TensorOpCost(double bytes_loaded, double bytes_stored, double compute_cycles, in TensorOpCost()
77 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double bytes_stored() const { in bytes_stored() function
100 double bytes_stored = numext::mini(bytes_stored_, rhs.bytes_stored()); in cwiseMin() local
109 double bytes_stored = numext::maxi(bytes_stored_, rhs.bytes_stored()); in cwiseMax() local