Searched defs:bytes_loaded (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()74 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double bytes_loaded() const { in bytes_loaded() function99 double bytes_loaded = numext::mini(bytes_loaded_, rhs.bytes_loaded()); in cwiseMin() local108 double bytes_loaded = numext::maxi(bytes_loaded_, rhs.bytes_loaded()); in cwiseMax() local