Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.cc159 std::pair<int, int> in_dim_idx(-1, -1); in InferShapes() local
164 in_dim_idx = std::make_pair(i, j); in InferShapes()
170 if (in_dim_idx.first != -1) { in InferShapes()
173 in_dim_idx.first, "_", in_dim_idx.second, in InferShapes()
184 if (in_dim_idx.first == -1) { in InferShapes()
192 strings::StrCat("d", in_dim_idx.first, "_", in InferShapes()
193 in_dim_idx.second)) == v.end()) { in InferShapes()
194 return Unknown(err_prefix, " matched input d", in_dim_idx.first, "_", in InferShapes()
195 in_dim_idx.second, in InferShapes()
209 if (in_dim_idx.first != -1) { in InferShapes()
[all …]