Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc1165 std::vector<string> input_from_tensors_str; in AttachContext() local
1179 input_from_tensors_str.push_back(strings::StrCat( in AttachContext()
1188 if (!input_from_tensors_str.empty()) { in AttachContext()
1190 absl::StrJoin(input_from_tensors_str, ", ")); in AttachContext()