Home
last modified time | relevance | path

Searched refs:predict_max_pool (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc1010 auto predict_max_pool = [this](const int n, const int in, const int c, in TEST_F() local
1020 auto costs = predict_max_pool(10, 20, 384, 3, 2, "SAME"); in TEST_F()
1030 auto costs = predict_max_pool(10, 20, 384, 1, 2, "SAME"); in TEST_F()
1040 auto costs = predict_max_pool(10, 20, 384, 2, 3, "VALID"); in TEST_F()