Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MyIdentity (0.14 sec)

  1. tensorflow/compiler/mlir/tfr/tests/end2end.mlir

    //=================> User models, from GraphDef <====================
    
    // CHECK-LABEL: my_identity
    func.func @my_identity(%arg0: tensor<2x3xf32>) -> tensor<2x3xf32> {
      %0 = "tf.MyIdentity"(%arg0) : (tensor<2x3xf32>) -> tensor<2x3xf32>
      func.return %0 : tensor<2x3xf32>
    
    // CHECK-NEXT: return %arg0 : tensor<2x3xf32>
    }
    
    // CHECK-LABEL: my_rsqrt
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/VariantIdentityUniquenessVerifier.java

         */
        public static class VerificationReport {
    
            private final ListMultimap<VariantIdentity, ConfigurationInternal> byIdentity;
    
            private VerificationReport(ListMultimap<VariantIdentity, ConfigurationInternal> byIdentity) {
                this.byIdentity = byIdentity;
            }
    
            /**
             * Get a failure that only checks variant uniqueness for the given configuration.
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 05 20:59:50 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top