Searched refs:MakeSparseLayout (Results 1 – 4 of 4) sorted by relevance
41 static Layout MakeSparseLayout(int64 max_sparse_elements);
41 *shape.mutable_layout() = LayoutUtil::MakeSparseLayout(max_sparse_elements); in MakeShapeWithSparseLayout()294 EXPECT_EQ(LayoutUtil::MaxSparseElements(LayoutUtil::MakeSparseLayout(101)), in TEST_F()
67 /* static */ Layout LayoutUtil::MakeSparseLayout(int64 max_sparse_elements) { in MakeSparseLayout() function in xla::LayoutUtil
211 *shape.mutable_layout() = LayoutUtil::MakeSparseLayout(max_sparse_elements); in MakeShapeWithSparseLayout()