Searched defs:TestParam (Results 1 – 9 of 9) sorted by relevance
57 struct TestParam { struct58 nvinfer1::Dims dims;59 bool dynamic_shape;60 int n_inputs;
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
65 struct TestParam { struct67 explicit TestParam(InputShareMode input_share_mode) in TestParam() function72 bool refcount_is_one = true;77 bool with_capacity = true;84 InputShareMode input_share_mode = kPrivate;86 std::string ToString() const { in ToString()
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()
69 struct TestParam { struct71 explicit TestParam(InputShareMode input_share_mode) in TestParam() function76 bool refcount_is_one = true;81 bool with_capacity = true;88 InputShareMode input_share_mode = kPrivate;90 std::string ToString() const { in ToString()
2081 struct TestParam { in TEST_P() struct2082 std::string data_format; in TEST_P()2083 int tensor_input_idx; // Index of an input that will be provided as tensor. in TEST_P()2084 bool is_training; in TEST_P()2085 float epsilon; in TEST_P()2086 Status conversion_status; in TEST_P()2087 bool keep_channel_unknown; in TEST_P()
68 class TestParam { class70 TestParam(const BlockSize &block, int bd, T test_func) in TestParam() function in __anon369673d80111::TestParam