Searched refs:GetShapeLayoutVector (Results 1 – 3 of 3) sorted by relevance
55 xla::StatusOr<std::vector<int>> GetShapeLayoutVector(const xla::Shape& shape);
124 xla::StatusOr<std::vector<int>> GetShapeLayoutVector(const xla::Shape& shape) { in GetShapeLayoutVector() function
284 std::vector<int> layout = GetShapeLayoutVector(literal.shape()).ValueOrDie(); in TEST()311 std::vector<int> layout = GetShapeLayoutVector(literal.shape()).ValueOrDie(); in TEST()