Searched refs:input_from_tensors_as_shape_str (Results 1 – 1 of 1) sorted by relevance
1100 std::vector<string> input_from_tensors_as_shape_str; in AttachContext() local1101 input_from_tensors_as_shape_str.reserve(inputs_.size()); in AttachContext()1107 input_from_tensors_as_shape_str.push_back(strings::StrCat( in AttachContext()1124 if (!input_from_tensors_as_shape_str.empty()) { in AttachContext()1127 absl::StrJoin(input_from_tensors_as_shape_str, ",")); in AttachContext()