Home
last modified time | relevance | path

Searched refs:to_port (Results 1 – 6 of 6) sorted by relevance

/external/adhd/cras/src/tests/
Ddsp_ini_unittest.cc167 EXPECT_EQ(flow0->to_port, 1); in TEST_F()
172 EXPECT_EQ(flow1->to_port, 0); in TEST_F()
274 EXPECT_EQ(flow_a0->to_port, 0); in TEST_F()
279 EXPECT_EQ(flow_a1->to_port, 1); in TEST_F()
284 EXPECT_EQ(flow_b0->to_port, 0); in TEST_F()
289 EXPECT_EQ(flow_b1->to_port, 1); in TEST_F()
294 EXPECT_EQ(flow_swap_lr_0->to_port, 0); in TEST_F()
299 EXPECT_EQ(flow_swap_lr_1->to_port, 1); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc176 const MutableGraphView::OutputPort& to_port, in SwapFanoutsMapValues() argument
184 fanouts->emplace(to_port, std::move(from_fanouts->second)); in SwapFanoutsMapValues()
188 fanouts->erase(to_port); in SwapFanoutsMapValues()
206 MutableGraphView::OutputPort to_port(to, i); in SwapRegularFanoutsAndMaxPortValues() local
207 fanouts->emplace(to_port, std::move(from_fanouts->second)); in SwapRegularFanoutsAndMaxPortValues()
220 MutableGraphView::OutputPort to_port(to_node, i); in SwapRegularFanoutsAndMaxPortValues() local
221 auto to_fanouts = fanouts->find(to_port); in SwapRegularFanoutsAndMaxPortValues()
222 SwapFanoutsMapValues(fanouts, from_port, from_fanouts, to_port, in SwapRegularFanoutsAndMaxPortValues()
1373 int from_port, int to_port) { in SwapRegularFaninsByPorts() argument
1374 auto error_status = [node_name, from_port, to_port](absl::string_view msg) { in SwapRegularFaninsByPorts()
[all …]
Dmutable_graph_view.h239 int to_port);
Dmutable_graph_view_test.cc1880 int from_port, int to_port, bool success, in TestSwapRegularFaninsByPorts() argument
1897 Status s = graph.SwapRegularFaninsByPorts(node_name, from_port, to_port); in TestSwapRegularFaninsByPorts()
/external/adhd/cras/src/server/
Dcras_dsp_ini.h61 int to_port; member
Dcras_dsp_ini.c187 pport = &flow->to_port; in fill_flow_info()
490 plugin_title(flow->to), flow->to_port); in cras_dsp_ini_dump()