Searched defs:shpy (Results 1 – 2 of 2) sorted by relevance
36 std::vector<int64_t> shpy{3, 4}; in TEST_F() local
263 ShapeVector BroadcastShape(ShapeVector shpx, ShapeVector shpy) { in BroadcastShape()