Searched defs:SwitchTestCase (Results 1 – 3 of 3) sorted by relevance
205 struct SwitchTestCase { struct206 std::string constant_type_args;207 std::string constant_value_arg;208 std::string case_value_arg;209 std::vector<uint32_t> expected_instructions;
177 class SwitchTestCase(test_util.TensorFlowTestCase): class