Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/tests/
H A DC2Param_test.cpp1448 const C2NumberStreamTuning outs1(true, 1u, 100), ins1(false, 1u, 100); in TEST_F() local
1456 EXPECT_EQ(outs1.coreIndex(), tun.coreIndex()); in TEST_F()
1464 EXPECT_EQ(outs1.type(), outs2.type()); in TEST_F()
1465 EXPECT_EQ(outs1.type(), bouts2.type()); in TEST_F()
1466 EXPECT_NE(ins1.type(), outs1.type()); in TEST_F()
1469 EXPECT_NE(outs1.type(), bouts1.type()); in TEST_F()
1481 for (const auto &p : { outs1, ins1, bouts1 }) { in TEST_F()
1507 EXPECT_FALSE(outs1.forInput()); in TEST_F()
1508 EXPECT_TRUE(outs1.forOutput()); in TEST_F()
1513 for (const auto &p : { outs1, ins1 }) { in TEST_F()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/
H A Dtf_to_corert_pipeline_cpurt.mlir71 %outs1, %control1 = tf_executor.island wraps "tf.Sqrt"(%outs0)
73 %outs2, %control2 = tf_executor.island wraps "tf.Relu"(%outs1)