Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 120 for ind2 (0.05 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/collection_ops_util.cc

      if (!const_op) return -1;
      int64_t last_index = -1;
      int64_t first_index = -1;
      for (const auto& ind : const_op.getValue().getValues<APInt>()) {
        if (last_index == -1) {
          last_index = ind.getSExtValue();
          first_index = last_index;
          continue;
        }
        if (last_index + 1 != ind.getSExtValue()) return -1;
        last_index++;
      }
      return first_index;
    }
    
    }  // namespace
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. tests/preload_test.go

    		t.Errorf("failed to find value, got err: %v", err)
    	}
    	AssertEqual(t, find1, value1)
    
    	var find2 Value
    	// Joins will automatically add Nested queries.
    	err = DB.Joins("Nested.Join").Preload("Nested.Preloads").First(&find2, value2.ID).Error
    	if err != nil {
    		t.Errorf("failed to find value, got err: %v", err)
    	}
    	AssertEqual(t, find2, value2)
    
    	var finds []Value
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:00:47 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/distributionManagement-pom.xml

        <snapshotRepository>
          <id>repo-id</id>
          <name>my snapshot repository</name>
          <url>file:///path/to/snapshot/repo</url>
        </snapshotRepository>
        <repository>
          <id>repo-id2</id>
          <name>my repository</name>
          <url>file:///path/to/repo</url>
        </repository>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/utils/error_util_test.cc

      auto id =
          StringAttr::get(&context, "//tensorflow/python/keras/keras_file.py");
      auto loc = FileLineColLoc::get(&context, id, 0, 0);
      auto id2 =
          StringAttr::get(&context, "//tensorflow/python/something/my_test.py");
      auto loc2 = FileLineColLoc::get(&context, id2, 0, 0);
      auto id3 = StringAttr::get(&context, "python/tensorflow/show_file.py");
      auto loc3 = FileLineColLoc::get(&context, id3, 0, 0);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 03:47:51 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  5. src/crypto/sha512/sha512block_arm64.s

    	VEXT	$8, i2.B16, i1.B16, V7.B16 \
    	VADD	V5.D2, i3.D2, i3.D2 \
    
    #define SHA512ROUND(i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4) \
    	VLD1.P	16(R4), [rc1.D2] \
    	SHA512TRANS(i0, i1, i2, i3, i4, rc0, in0) \
    	VEXT	$8, in4.B16, in3.B16, V5.B16 \
    	SHA512SU0	in1.D2, in0.D2 \
    	SHA512H	V7.D2, V6, i3 \
    	SHA512SU1	V5.D2, in2.D2, in0.D2 \
    	VADD	i3.D2, i1.D2, i4.D2 \
    	SHA512H2	i0.D2, i1, i3
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

            callbacks1.first().details.applicationId == id1.longValue()
    
            when:
            UserCodeApplicationId id2 = null
            userCodeApplicationContext.apply(Stub(UserCodeSource)) {
                id2 = it
                container.whenObjectAdded {
                    assert userCodeApplicationContext.current().id == id2
                }
            }
    
            and:
            addToContainer(b)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenDependencyResolveIntegrationTest.groovy

                }
            }
        }
    
        def "mixing variant aware and artifact selection is forbidden"() {
            buildFile << """
                dependencies {
                    conf('org:lib:1.0:indy') {
                        capabilities {
                            requireCapability("org:lib")
                        }
                    }
                }
            """
    
            when:
            fails ':checkDeps'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  8. security/pkg/pki/util/keycertbundle_test.go

    	intCertChainFile    = "../testdata/multilevelpki/int-cert-chain.pem"
    	int2CertFile        = "../testdata/multilevelpki/int2-cert.pem"
    	int2KeyFile         = "../testdata/multilevelpki/int2-key.pem"
    	int2CertChainFile   = "../testdata/multilevelpki/int2-cert-chain.pem"
    	badCertFile         = "../testdata/cert-parse-fail.pem"
    	badKeyFile          = "../testdata/key-parse-fail.pem"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jan 21 06:07:50 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/deployment/internal/DefaultDeploymentRegistryTest.groovy

            objectFactory.newInstance(TestDeploymentHandle) >> testHandle
            testHandle.running >> true
    
            registry.start("id1", DeploymentRegistry.ChangeBehavior.NONE, TestDeploymentHandle)
            registry.start("id2", DeploymentRegistry.ChangeBehavior.NONE, TestDeploymentHandle)
            registry.start("id3", DeploymentRegistry.ChangeBehavior.NONE, TestDeploymentHandle)
    
            when:
            registry.stop()
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. security/pkg/pki/ca/ca_test.go

    func TestCreatePluggedCertCA(t *testing.T) {
    	rootCertFile := "../testdata/multilevelpki/root-cert.pem"
    	certChainFile := []string{"../testdata/multilevelpki/int2-cert-chain.pem"}
    	signingCertFile := "../testdata/multilevelpki/int2-cert.pem"
    	signingKeyFile := "../testdata/multilevelpki/int2-key.pem"
    	rsaKeySize := 2048
    
    	defaultWorkloadCertTTL := 99999 * time.Hour
    	maxWorkloadCertTTL := time.Hour
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 08:51:27 UTC 2023
    - 29.1K bytes
    - Viewed (0)
Back to top