Home
last modified time | relevance | path

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

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DCaffe2ImporterTest.cpp833 auto *reshapeRHS = llvm::dyn_cast<ReshapeNode>(tileRHS->getInput()); in TEST_F() local
834 ASSERT_TRUE(reshapeRHS); in TEST_F()
835 auto *transposeRHS = llvm::dyn_cast<TransposeNode>(reshapeRHS->getInput()); in TEST_F()