HomeSort by relevance Sort by last modified time
    Searched refs:MakeSparseLayout (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
layout_util.h 41 static Layout MakeSparseLayout(int64 max_sparse_elements);
layout_util_test.cc 41 *shape.mutable_layout() = LayoutUtil::MakeSparseLayout(max_sparse_elements);
294 EXPECT_EQ(LayoutUtil::MaxSparseElements(LayoutUtil::MakeSparseLayout(101)),
layout_util.cc 67 /* static */ Layout LayoutUtil::MakeSparseLayout(int64 max_sparse_elements) {
shape_util.cc 211 *shape.mutable_layout() = LayoutUtil::MakeSparseLayout(max_sparse_elements);
    [all...]

Completed in 71 milliseconds