Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 139 for mypair (0.1 sec)

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

    // - arguments_to_erase: Captures updates to the graph - which arguments
    //   to remove from the op;
    void PropagateUsage(
        Operation* user_op, int argument_index, ElementsAttr value,
        llvm::SmallVector<std::pair<Region*, int>, 4>* work_list,
        llvm::MapVector<Operation*, llvm::SmallVector<unsigned int, 4>>*
            arguments_to_erase) {
      if (auto read_variable_op = dyn_cast<TF::ReadVariableOp>(user_op)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 09:56:53 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/GenerateVersionCatalogAccessors.kt

        writeFile(
            moduleFileFor(binDir, moduleName),
            moduleMetadata
        )
    
        val buildscriptAccessorSignatures = ArrayList<Pair<VersionCatalogAccessor, JvmMethodSignature>>(versionCatalogs.size)
        val pluginsProperties = ArrayList<Pair<VersionCatalogAccessor, JvmMethodSignature>>(versionCatalogs.size)
        val header = writeFileFacadeClassHeader(moduleName) {
            versionCatalogs.forEach { catalog ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:28 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  3. pkg/proxy/util/nodeport_addresses_test.go

    				},
    			},
    		},
    	}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			nw := fake.NewFakeNetwork()
    			for _, pair := range tc.itfAddrsPairs {
    				nw.AddInterfaceAddr(&pair.itf, pair.addrs)
    			}
    
    			for _, family := range []v1.IPFamily{v1.IPv4Protocol, v1.IPv6Protocol} {
    				npa := NewNodePortAddresses(family, tc.cidrs)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/Headers.kt

     *
     * Instances of this class are immutable. Use [Builder] to create instances.
     */
    @Suppress("NAME_SHADOWING")
    class Headers internal constructor(
      internal val namesAndValues: Array<String>,
    ) : Iterable<Pair<String, String>> {
      /** Returns the last value corresponding to the specified field, or null. */
      operator fun get(name: String): String? = commonHeadersGet(namesAndValues, name)
    
      /**
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  5. src/net/http/fs.go

    		// serveFile. Reject the request under the assumption that happened
    		// here and ".." may not be wanted.
    		// Note that name might not contain "..", for example if code (still
    		// incorrectly) used filepath.Join(myDir, r.URL.Path).
    		serveError(w, "invalid URL path", StatusBadRequest)
    		return
    	}
    	dir, file := filepath.Split(name)
    	serveFile(w, r, Dir(dir), file, false)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 17:06:47 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/a.out.go

    	C_REG               // R0..R30
    	C_ZREG              // R0..R30, ZR
    	C_RSP               // R0..R30, RSP
    	C_FREG              // F0..F31
    	C_VREG              // V0..V31
    	C_PAIR              // (Rn, Rm)
    	C_SHIFT             // Rn<<2
    	C_EXTREG            // Rn.UXTB[<<3]
    	C_SPR               // REG_NZCV
    	C_COND              // condition code, EQ, NE, etc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/fingerprinting_utils.cc

      uint64_t signature_def_hash = 0;
      std::vector<std::pair<std::string, ::tensorflow::SignatureDef>>
          signature_def_sorted(signature_def_map.begin(), signature_def_map.end());
      std::sort(signature_def_sorted.begin(), signature_def_sorted.end(),
                [](const std::pair<std::string, ::tensorflow::SignatureDef>& a,
                   const std::pair<std::string, ::tensorflow::SignatureDef>& b) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/base/StringsTest.java

        // Differing valid surrogate pairs.
        assertEquals("abc", Strings.commonPrefix("abc\uD8AB\uDCABdef", "abc\uD8AB\uDCACxyz"));
        // One invalid pair.
        assertEquals("abc", Strings.commonPrefix("abc\uD8AB\uDCABdef", "abc\uD8AB\uD8ABxyz"));
        // Two identical invalid pairs.
        assertEquals(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            return designJspFileNameMap.get(fileName);
        }
    
        @SuppressWarnings("unchecked")
        public Pair<String, String>[] getDesignJspFileNames() {
            return designJspFileNameMap.entrySet().stream().map(e -> new Pair<>(e.getKey(), e.getValue())).toArray(n -> new Pair[n]);
        }
    
        public List<Path> refreshDesignJspFiles() {
            final List<Path> fileList = new ArrayList<>();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  10. pkg/controlplane/instance.go

    	// KubeAPIServer defines variable used internally when referring to kube-apiserver component
    	KubeAPIServer = "kube-apiserver"
    	// repairLoopInterval defines the interval used to run the Services ClusterIP and NodePort repair loops
    	repairLoopInterval = 3 * time.Minute
    )
    
    // Extra defines extra configuration for kube-apiserver
    type Extra struct {
    	EndpointReconcilerConfig EndpointReconcilerConfig
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
Back to top