Home
last modified time | relevance | path

Searched defs:TestParam (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc82 struct TestParam { struct
85 explicit TestParam(TestParamTuple param_tuple) in TestParam() function
96 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 …]
/external/selinux/python/sepolgen/tests/
Dtest_interfaces.py27 class TestParam(unittest.TestCase): class
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord_ring_test.cc66 struct TestParam { struct
68 explicit TestParam(InputShareMode input_share_mode) in TestParam() function
73 bool refcount_is_one = true;
78 bool with_capacity = true;
85 InputShareMode input_share_mode = kPrivate;
87 std::string ToString() const { in ToString()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc2156 struct TestParam { in TEST_P() struct
2157 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()
/external/llvm-project/clang/test/Analysis/
Dretain-release.m631 @interface TestParam : NSObject interface
635 @implementation TestParam implementation