Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for sesame (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      // BatchMatMul should have exactly the same batch dimensions and
      // BatchMatMulV2 should have broadcastable batch dimensions.
      //
      // The last two dimensions are non-batch dimensions that don't need to
      // participate in batch dimension compatibility check.
      if (std::is_same<OpT, BatchMatMulOp>()) {
        for (const auto& dim_pairs : llvm::zip(x_batches, y_batches)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/operation_generator.go

    		//      we don't need to do anything and let kubelet handle it.
    		//   2. It could be that - although we successfully expanded the volume, we failed to
    		//      record our work in API objects, in which case - we should resume resizing operation
    		//      and let API objects be updated.
    		//   3. Controller successfully expanded the volume, but expansion is failing on the node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    	// But there might be an x.go in the original dir too, and if it
    	// uses cgo as well, cgo will be processing both and will
    	// translate both into x.cgo1.go in the objdir, overwriting one.
    	// Rename x.go to _x_swig.go to avoid this problem.
    	// We ignore files in the original dir that begin with underscore
    	// so _x_swig.go cannot conflict with an original file we were
    	// going to compile.
    	goFile = objdir + goFile
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    throws java.io.IOException; public static void copyDirectory(java.io.File, java.io.File, String, String) throws java.io.IOException; public static void copyDirectoryStructu(java.io.File, java.io.File) throws java.io.IOException; public static void rename(java.io.File, java.io.File) throws java.io.IOException; public static java.io.File createTempFile(String, String, java.io.File); static void <clinit>(); } org/codehaus/plexus/util/interpolation/EnvarBasedValueSourc.class package org.codehaus.plex...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    		}},
    		expectedNewlyActiveUDPServices: map[proxy.ServicePortName]bool{},
    		expectedLocalEndpoints:         map[types.NamespacedName]int{},
    	}, {
    		// Case[11]: rename a port
    		name:              "rename a port",
    		previousEndpoints: namedPort,
    		currentEndpoints:  namedPortRenamed,
    		oldEndpoints: map[proxy.ServicePortName][]endpointExpectation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. src/runtime/proc.go

    // stopTheWorld must not be called from a system stack and the caller
    // must not hold worldsema. The caller must call startTheWorld when
    // other P's should resume execution.
    //
    // stopTheWorld is safe for multiple goroutines to call at the
    // same time. Each will execute its own stop, and the stops will
    // be serialized.
    //
    // This is also used by routines that do stack dumps. If the system is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  7. pkg/proxy/ipvs/proxier_test.go

    		}},
    		expectedNewlyActiveUDPServices: map[proxy.ServicePortName]bool{},
    		expectedReadyEndpoints:         map[types.NamespacedName]int{},
    	}, {
    		// Case[11]: rename a port
    		name:              "rename a port",
    		previousEndpoints: namedPort,
    		currentEndpoints:  namedPortRenamed,
    		oldEndpoints: map[proxy.ServicePortName][]endpointExpectation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/s390x/asmz.go

    	op_RP      uint32 = 0xB277 // FORMAT_S          RESUME PROGRAM
    	op_RRBE    uint32 = 0xB22A // FORMAT_RRE        RESET REFERENCE BIT EXTENDED
    	op_RRBM    uint32 = 0xB9AE // FORMAT_RRE        RESET REFERENCE BITS MULTIPLE
    	op_RRDTR   uint32 = 0xB3F7 // FORMAT_RRF2       REROUND (long DFP)
    	op_RRXTR   uint32 = 0xB3FF // FORMAT_RRF2       REROUND (extended DFP)
    	op_RSCH    uint32 = 0xB238 // FORMAT_S          RESUME SUBCHANNEL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/CallTest.kt

       */
      @Test
      fun anonCipherSuiteUnsupported() {
        platform.assumeNotConscrypt()
        platform.assumeNotBouncyCastle()
    
        // The _anon_ suites became unsupported in "1.8.0_201" and "11.0.2".
        assumeFalse(
          System.getProperty("java.version", "unknown").matches(Regex("1\\.8\\.0_1\\d\\d")),
        )
        server.enqueue(MockResponse())
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/cache/LocalCache.java

       * the segment.
       */
      final int segmentMask;
    
      /**
       * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
       * from also ending up in the same bucket.
       */
      final int segmentShift;
    
      /** The segments, each of which is a specialized hash table. */
      final Segment<K, V>[] segments;
    
      /** The concurrency level. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
Back to top