Searched refs:DescribeConvolution (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 161 OpContext DescribeConvolution(int batch, int ix, int iy, int iz1, int iz2, in DescribeConvolution() function 606 auto cost = PredictCosts(DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 806 PredictCosts(DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 813 PredictCosts(DescribeConvolution(16, -1, 19, 48, 48, 5, 5, 256)); in TEST_F() 1333 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1339 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1349 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1355 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1367 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() 1373 DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F()
|