Searched defs:shape_expected (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | op_level_cost_estimator_test.cc | 1370 std::vector<int64_t> shape_expected = {10, 20, 30, 40}; in TEST_F() local 1379 std::vector<int64_t> shape_expected = {40, 20, 90, 40}; in TEST_F() local 1388 std::vector<int64_t> shape_expected = {10, 20, 30, 40}; in TEST_F() local 1397 std::vector<int64_t> shape_expected = {40, 20, 90, 40}; in TEST_F() local
|