Searched defs:TestParam (Results 1 – 5 of 5) sorted by relevance
82 struct TestParam { struct85 explicit TestParam(TestParamTuple param_tuple) in TestParam() function96 static std::string TestNameSuffix( in TestNameSuffix()106 DepthwiseConvImplementation forced_invocation =108 int tests_to_run = 0;109 QuantizationType quantization_type = QuantizationType::kNonPerChannelUint8;110 bool test_stride = false;111 bool test_pad = false;112 bool test_depth_multiplier = false;113 DepthwiseConvOutputRounding output_rounding =[all …]
27 class TestParam(unittest.TestCase): class
66 struct TestParam { struct68 explicit TestParam(InputShareMode input_share_mode) in TestParam() function73 bool refcount_is_one = true;78 bool with_capacity = true;85 InputShareMode input_share_mode = kPrivate;87 std::string ToString() const { in ToString()
2156 struct TestParam { in TEST_P() struct2157 std::string data_format; in TEST_P()2158 int tensor_input_idx; // Index of an input that will be provided as tensor. in TEST_P()2159 bool is_training; in TEST_P()2160 float epsilon; in TEST_P()2161 Status conversion_status; in TEST_P()2162 bool keep_channel_unknown; in TEST_P()
631 @interface TestParam : NSObject interface635 @implementation TestParam implementation