Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for areIdentical (0.19 sec)

  1. maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformerTest.java

                    }
                });
    
                t.transform(project, systemSessionMock, beforePomFile, tempFile);
            }
            XmlAssert.assertThat(afterPomFile.toFile()).and(tempFile.toFile()).areIdentical();
        }
    
        @Test
        void transformJarConsumerPom() throws Exception {
            RepositorySystemSession systemSessionMock = Mockito.mock(RepositorySystemSession.class);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 12:04:39 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/test_util.cc

        for (const auto& output : sit->second) shapes.push_back(output.shape);
    
        auto it = expected_shapes.find(node->name());
        if (it != expected_shapes.end()) {
          if (!PartialTensorShapeUtils::AreIdentical(shapes, it->second)) {
            return errors::InvalidArgument(
                "Shape mismatch for ", node->name(), ". Expected: ",
                PartialTensorShapeUtils::PartialShapeListString(it->second),
                ", actual: ",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 3.7K bytes
    - Viewed (0)
Back to top