Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dconcatenate_dataset_op_test.cc72 struct TestParam { struct
73 std::vector<std::vector<Tensor>> input_tensors;
74 std::vector<Tensor> expected_outputs;
75 DataTypeVector expected_output_dtypes;
76 std::vector<PartialTensorShape> expected_output_shapes;
77 int64 expected_cardinality;
78 std::vector<int> breakpoints;
Dzip_dataset_op_test.cc82 struct TestParam { struct
83 std::vector<RangeDatasetParam> input_range_dataset_params;
84 std::vector<Tensor> expected_outputs;
85 std::vector<int> breakpoints;
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc73 struct TestParam { struct
76 explicit TestParam(TestParamTuple param_tuple) in TestParam() function
85 static std::string TestNameSuffix( in TestNameSuffix()
94 DepthwiseConvImplementation forced_invocation =
96 int tests_to_run = 0;
97 bool test_stride = false;
98 bool test_pad = false;
99 bool test_depth_multiplier = false;
100 DepthwiseConvOutputRounding output_rounding =
102 bool loose_tolerance = false;
/external/selinux/python/sepolgen/tests/
Dtest_interfaces.py27 class TestParam(unittest.TestCase): class