Searched refs:IsSparse (Results 1 – 8 of 8) sorted by relevance
131 if (m_mode==IsSparse) in nonZeros()143 init(IsSparse); in init()150 if (m_mode==IsSparse) in init()179 eigen_assert(m_mode==IsSparse); in setZero()194 eigen_assert(m_mode==IsSparse); in coeffRef()262 eigen_assert(m_mode==IsSparse); in coeff()
294 return shape.IsArray() && shape.has_layout() && IsSparse(shape.layout()); in IsSparseArray()297 /* static */ bool LayoutUtil::IsSparse(const Layout& layout) { in IsSparse() function in xla::LayoutUtil302 CHECK(IsSparse(layout)); in MaxSparseElements()
116 static bool IsSparse(const Layout& layout);
58 bool IsSparse() const { return MatchesMask(FILE_ATTRIBUTE_SPARSE_FILE); } in IsSparse() function
358 IsSparse enumerator
141 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext()143 : Lock(), Writer(IsSparse), Err(Error::success()), ErrWhence(""), in WriterContext()
612 bool IsSparse(SpvOp opcode) { in IsSparse() function643 if (IsSparse(opcode)) { in GetActualResultType()670 if (IsSparse(opcode)) return "Result Type's second member"; in GetActualResultTypeStr()