Searched refs:IsDense (Results 1 – 10 of 10) sorted by relevance
57 PERFETTO_CHECK(nullable_vector<int32_t>().IsDense() == IsDense()); in Column()60 PERFETTO_CHECK(nullable_vector<uint32_t>().IsDense() == IsDense()); in Column()63 PERFETTO_CHECK(nullable_vector<int64_t>().IsDense() == IsDense()); in Column()66 PERFETTO_CHECK(nullable_vector<double>().IsDense() == IsDense()); in Column()69 PERFETTO_CHECK(nullable_vector<StringPool::Id>().IsDense() == IsDense()); in Column()
340 bool IsDense() const { return (flags_ & Flag::kDense) != 0; } in IsDense() function
141 init(IsDense); in init()172 if (m_mode==IsDense) in setZero()188 if (m_mode==IsDense) in coeffRef()257 if (m_mode==IsDense) in coeff()300 m_isDense = m_vector.m_mode==IsDense; in m_vector()
32 ASSERT_FALSE(sv.IsDense()); in TEST()82 ASSERT_TRUE(sv.IsDense()); in TEST()
166 bool IsDense() const { return mode_ == Mode::kDense; } in IsDense() function
276 return shape.IsArray() && shape.has_layout() && IsDense(shape.layout()); in IsDenseArray()279 /* static */ bool LayoutUtil::IsDense(const Layout& layout) { in IsDense() function in xla::LayoutUtil427 CHECK(IsDense(layout)); in AreDimensionsConsecutive()
98 static bool IsDense(const Layout& layout);
1096 CHECK(LayoutUtil::IsDense(subshape.layout())); in Hash()
30 CHECK(!LayoutUtil::HasLayout(shape) || LayoutUtil::IsDense(shape.layout())); in GetMinimumAlignmentForArray()
357 IsDense = 0, enumerator