Home
last modified time | relevance | path

Searched refs:GetShapeLayoutVector (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dshape_util.h66 xla::StatusOr<std::vector<int>> GetShapeLayoutVector(const xla::Shape& shape);
Dshape_util.cc167 xla::StatusOr<std::vector<int>> GetShapeLayoutVector(const xla::Shape& shape) { in GetShapeLayoutVector() function
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc489 std::vector<int> layout = GetShapeLayoutVector(literal.shape()).ValueOrDie(); in TEST()
516 std::vector<int> layout = GetShapeLayoutVector(literal.shape()).ValueOrDie(); in TEST()