Searched defs:SwitchTestCase (Results 1 – 4 of 4) sorted by relevance
211 struct SwitchTestCase { struct212 std::string constant_type_args;213 std::string constant_value_arg;214 std::string case_value_arg;215 std::vector<uint32_t> expected_instructions;
193 class SwitchTestCase(test_util.TensorFlowTestCase): class