Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_flags.cc132 std::vector<string> node_shapes_str = absl::StrSplit(shapes_str, ':'); in ParseNodeShapes() local
133 for (int i = 0; i < node_shapes_str.size(); i++) { in ParseNodeShapes()
134 if (node_shapes_str[i] == "*") { in ParseNodeShapes()
140 absl::StrSplit(node_shapes_str[i], ',')) { in ParseNodeShapes()