Searched refs:in_dim_idx (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference_testutil.cc | 157 std::pair<int, int> in_dim_idx(-1, -1); in InferShapes() local 162 in_dim_idx = std::make_pair(i, j); in InferShapes() 168 if (in_dim_idx.first != -1) { in InferShapes() 171 in_dim_idx.first, "_", in_dim_idx.second, in InferShapes() 182 if (in_dim_idx.first == -1) { in InferShapes() 190 strings::StrCat("d", in_dim_idx.first, "_", in InferShapes() 191 in_dim_idx.second)) == v.end()) { in InferShapes() 192 return Unknown(err_prefix, " matched input d", in_dim_idx.first, "_", in InferShapes() 193 in_dim_idx.second, in InferShapes() 207 if (in_dim_idx.first != -1) { in InferShapes() [all …]
|