Searched refs:WhileLoopTest (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/cc/ops/
H A Dwhile_loop_test.cc28 class WhileLoopTest : public ::testing::Test { class in namespace:tensorflow::__anon25362
30 WhileLoopTest() : scope_(Scope::NewRootScope()) {} function in class:tensorflow::__anon25362::WhileLoopTest
77 const char* const WhileLoopTest::kFrameName = "test_loop";
91 TEST_F(WhileLoopTest, Basic) {
116 TEST_F(WhileLoopTest, WrongCondOutputType) {
130 TEST_F(WhileLoopTest, NullCondOutputNode) {
141 TEST_F(WhileLoopTest, InvalidCondOutputIndex) {
154 TEST_F(WhileLoopTest, UnsetCondOutput) {
164 TEST_F(WhileLoopTest, NullBodyOutputNode) {
176 TEST_F(WhileLoopTest, InvalidBodyOutputInde
[all...]

Completed in 121 milliseconds