Home
last modified time | relevance | path

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