Home
last modified time | relevance | path

Searched defs:allShapes (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/test/cpp/c10d/
DProcessGroupGlooTest.cpp270 std::vector<std::vector<int64_t>> allShapes; in testAllreduce() local
316 std::vector<std::vector<int64_t>> allShapes; in testAllreduceUsingWorkAPI() local
364 std::vector<std::vector<int64_t>> allShapes; in testBroadcast() local
459 std::vector<std::vector<int64_t>> allShapes; in testAlltoall() local
516 std::vector<std::vector<int64_t>> allShapes; in testBarrier() local
606 std::vector<std::vector<int64_t>> allShapes; in testSend() local
656 std::vector<std::vector<int64_t>> allShapes; in testRecv() local
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/internal/
DUtils.java74 public static boolean isOrContainsEnumShape(Shape shape, Map<String, Shape> allShapes) { in isOrContainsEnumShape()