Searched refs:DescribeConvolution (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 202 OpContext DescribeConvolution(int batch, int ix, int iy, int iz1, int iz2, in DescribeConvolution() function 808 auto cost = PredictCosts(DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 837 auto op_context = DescribeConvolution( in TEST_F() 1157 PredictCosts(DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1164 PredictCosts(DescribeConvolution(16, -1, 19, 48, 48, 5, 5, 256)); in TEST_F() 1722 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1728 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1738 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1744 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1756 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() [all …]
|