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