Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_resource_ops_test.cc57 struct TestParam { struct
58 nvinfer1::Dims dims;
59 bool dynamic_shape;
60 int n_inputs;
/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.cc65 struct TestParam { struct
67 explicit TestParam(InputShareMode input_share_mode) in TestParam() function
72 bool refcount_is_one = true;
77 bool with_capacity = true;
84 InputShareMode input_share_mode = kPrivate;
86 std::string ToString() const { in ToString()
/external/webrtc/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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord_ring_test.cc69 struct TestParam { struct
71 explicit TestParam(InputShareMode input_share_mode) in TestParam() function
76 bool refcount_is_one = true;
81 bool with_capacity = true;
88 InputShareMode input_share_mode = kPrivate;
90 std::string ToString() const { in ToString()
/external/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.cc2081 struct TestParam { in TEST_P() struct
2082 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()
/external/libaom/libaom/test/
Dav1_convolve_test.cc68 class TestParam { class
70 TestParam(const BlockSize &block, int bd, T test_func) in TestParam() function in __anon369673d80111::TestParam