Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.h493 if (channel_layout_constraints_ != nullptr) { in ResetChannelConstraints()
494 *channel_layout_constraints_ = channel_constraints_; in ResetChannelConstraints()
513 ChannelLayoutConstraints* channel_layout_constraints_ = nullptr; variable
Dlayout_assignment.cc975 channel_layout_constraints_(channel_constraints), in LayoutAssignment()
978 if (channel_layout_constraints_ != nullptr) { in LayoutAssignment()
981 channel_constraints_ = *channel_layout_constraints_; in LayoutAssignment()
1959 module->entry_computation(), channel_layout_constraints_)); in Run()
1965 channel_layout_constraints_)); in Run()