Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_util.cc85 sub_inputs_({TensorValue(output), TensorValue(input)}), in SubContext()
88 sub_params_.inputs = &sub_inputs_;
Dcollective_util.h40 gtl::InlinedVector<TensorValue, 4> sub_inputs_; variable