Home
last modified time | relevance | path

Searched defs:SwitchTestCase (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.control_flow_test.cpp205 struct SwitchTestCase { struct
206 std::string constant_type_args;
207 std::string constant_value_arg;
208 std::string case_value_arg;
209 std::vector<uint32_t> expected_instructions;
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.control_flow_test.cpp205 struct SwitchTestCase { struct
206 std::string constant_type_args;
207 std::string constant_value_arg;
208 std::string case_value_arg;
209 std::vector<uint32_t> expected_instructions;
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops_test.py177 class SwitchTestCase(test_util.TensorFlowTestCase): class