Searched defs:allShapes (Results 1 – 2 of 2) sorted by relevance
270 std::vector<std::vector<int64_t>> allShapes; in testAllreduce() local316 std::vector<std::vector<int64_t>> allShapes; in testAllreduceUsingWorkAPI() local364 std::vector<std::vector<int64_t>> allShapes; in testBroadcast() local459 std::vector<std::vector<int64_t>> allShapes; in testAlltoall() local516 std::vector<std::vector<int64_t>> allShapes; in testBarrier() local606 std::vector<std::vector<int64_t>> allShapes; in testSend() local656 std::vector<std::vector<int64_t>> allShapes; in testRecv() local
74 public static boolean isOrContainsEnumShape(Shape shape, Map<String, Shape> allShapes) { in isOrContainsEnumShape()