Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/dtensor/cc/
Ddtensor_meta_ops.cc59 std::string input_layout_string; in __anon2ae02bb80102() local
61 TF_RETURN_IF_ERROR(c->GetAttr("input_layout", &input_layout_string)); in __anon2ae02bb80102()
64 Layout::FromString(input_layout_string)); in __anon2ae02bb80102()
116 std::string input_layout_string; in __anon2ae02bb80202() local
118 TF_RETURN_IF_ERROR(c->GetAttr("input_layout", &input_layout_string)); in __anon2ae02bb80202()
121 Layout::FromString(input_layout_string)); in __anon2ae02bb80202()
/external/iamf_tools/iamf/cli/renderer/
Dloudspeakers_renderer.cc43 absl::Status ComputeGains(absl::string_view input_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()
74 } else if (input_layout_string == "4+7+0" && in ComputeGains()
87 "The encoder did not implement matrices for ", input_layout_string, in ComputeGains()
115 absl::string_view input_layout_string, in ComputeChannelLayoutToLoudspeakersGains() argument
129 input_layout_string, input_layout_has_height_channels)); in ComputeChannelLayoutToLoudspeakersGains()
138 RETURN_IF_NOT_OK(ComputeGains(input_layout_string, output_layout_string, in ComputeChannelLayoutToLoudspeakersGains()