Skip to content

Commit 619e8fa

Browse files
Automated Code Change
PiperOrigin-RevId: 689652093
1 parent d91061b commit 619e8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/core/common_runtime/direct_session.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ Status DirectSession::Run(const RunOptions& run_options,
889889
// fetch values to and from the executors.
890890
FunctionCallFrame call_frame(executors_and_keys->input_types,
891891
executors_and_keys->output_types);
892-
gtl::InlinedVector<Tensor, 4> feed_args(inputs.size());
892+
absl::InlinedVector<Tensor, 4UL> feed_args(inputs.size());
893893
for (const auto& it : inputs) {
894894
if (it.second.dtype() == DT_RESOURCE) {
895895
Tensor tensor_from_handle;

0 commit comments

Comments
 (0)