Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc1160 std::vector<string> input_from_tensors_as_shape_str; in AttachContext() local
1161 input_from_tensors_as_shape_str.reserve(inputs_.size()); in AttachContext()
1167 input_from_tensors_as_shape_str.push_back(strings::StrCat( in AttachContext()
1184 if (!input_from_tensors_as_shape_str.empty()) { in AttachContext()
1187 str_util::Join(input_from_tensors_as_shape_str, ",")); in AttachContext()