Home
last modified time | relevance | path

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

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