Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/dtensor/cc/
Ddtensor_meta_ops.cc60 std::string output_layout_string; in __anon2ae02bb80102() local
62 TF_RETURN_IF_ERROR(c->GetAttr("output_layout", &output_layout_string)); in __anon2ae02bb80102()
66 Layout::FromString(output_layout_string)); in __anon2ae02bb80102()
117 std::string output_layout_string; in __anon2ae02bb80202() local
119 TF_RETURN_IF_ERROR(c->GetAttr("output_layout", &output_layout_string)); in __anon2ae02bb80202()
123 Layout::FromString(output_layout_string)); in __anon2ae02bb80202()
/external/iamf_tools/iamf/cli/renderer/
Dloudspeakers_renderer.cc44 absl::string_view output_layout_string, in ComputeGains() argument
57 << input_layout_string << " --> " << output_layout_string; in ComputeGains()
58 if (input_layout_string == "4+7+0" && output_layout_string == "3.1.2") { in ComputeGains()
75 output_layout_string == "7.1.2") { in ComputeGains()
88 " to ", output_layout_string, " yet.")); in ComputeGains()
116 absl::string_view output_layout_string, in ComputeChannelLayoutToLoudspeakersGains() argument
131 RETURN_IF_NOT_OK(LayoutStringHasHeightChannels(output_layout_string, in ComputeChannelLayoutToLoudspeakersGains()
138 RETURN_IF_NOT_OK(ComputeGains(input_layout_string, output_layout_string, in ComputeChannelLayoutToLoudspeakersGains()