Searched defs:bytes_stored (Results 1 – 1 of 1) sorted by relevance
57 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() function100 double bytes_stored = numext::mini(bytes_stored_, rhs.bytes_stored()); in cwiseMin() local109 double bytes_stored = numext::maxi(bytes_stored_, rhs.bytes_stored()); in cwiseMax() local