Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 133 for toves (0.06 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_head_tail_outside_compilation.cc

          return WalkResult::advance();
        });
    
        if (!walk_result.wasInterrupted())
          head_outside_compiled_ops.insert(&cluster_op);
      }
    
      return head_outside_compiled_ops.takeVector();
    }
    
    // Moves head outside compiled ops into its own `tf_device.LaunchOp`
    // computation before the cluster.
    void CreateHeadComputation(OpBuilder* builder,
                               mlir::tf_device::ClusterOp cluster,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. src/runtime/mgcwork.go

    		atomic.Xadd64(&work.bytesMarked, int64(w.bytesMarked))
    		w.bytesMarked = 0
    	}
    	if w.heapScanWork != 0 {
    		gcController.heapScanWork.Add(w.heapScanWork)
    		w.heapScanWork = 0
    	}
    }
    
    // balance moves some work that's cached in this gcWork back on the
    // global queue.
    //
    //go:nowritebarrierrec
    func (w *gcWork) balance() {
    	if w.wbuf1 == nil {
    		return
    	}
    	if wbuf := w.wbuf2; wbuf.nobj != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/AbstractExecutionThreadService.java

                            shutDown();
                          } catch (Exception ignored) {
                            restoreInterruptIfIsInterruptedException(ignored);
                            // TODO(lukes): if guava ever moves to java7, this would be a good
                            // candidate for a suppressed exception, or maybe we could generalize
                            // Closer.Suppressor
                            logger
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Dec 13 19:45:20 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config_test.cc

          mlir_lowering_count++;
        } else if (HasTf2XlaFallback(operation.getTypeID())) {
          tf2xla_fallback_count++;
        } else {
          non_categorized_count++;
        }
      }
    
      // If an op moves from one lowering implementation to a different one (e.g.
      // from MLIR to TF2XLA), these numbers should change. Or if TF Dialect adds
      // a new op, we should expect these to change too.
      EXPECT_EQ(mlir_lowering_count, 67);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 03:31:01 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/xla_call_module_deserialization.cc

      }
      if (!main_func_name) {
        return stablehlo_module.emitError()
               << "StableHLO module does not have an entry function";
      }
      return main_func_name;
    }
    
    // Moves functions from one module to another.
    // The moved functions are set to private.
    void MoveFunctions(SymbolTableCollection &symbol_tables, ModuleOp from,
                       ModuleOp to) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 23 09:05:47 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. cmd/net_test.go

    		}
    	}
    }
    
    func TestSortIPs(t *testing.T) {
    	testCases := []struct {
    		ipList       []string
    		sortedIPList []string
    	}{
    		// Default case of two ips one with higher octet moves
    		// to the beginning of the list.
    		{
    			ipList:       []string{"127.0.0.1", "10.0.0.13"},
    			sortedIPList: []string{"10.0.0.13", "127.0.0.1"},
    		},
    		// With multiple types of octet, chooses a higher octet.
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 19 08:43:09 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  7. pkg/scheduler/internal/queue/scheduling_queue.go

    // makes it easy to use those data structures as a SchedulingQueue.
    type SchedulingQueue interface {
    	framework.PodNominator
    	Add(logger klog.Logger, pod *v1.Pod) error
    	// Activate moves the given pods to activeQ iff they're in unschedulablePods or backoffQ.
    	// The passed-in pods are originally compiled from plugins that want to activate Pods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/runtime/runtime.go

    	// Do not sleep with the lock held because that causes all callers of HandleError to block.
    	// We only want the current goroutine to block.
    	// A negative or zero duration causes time.Sleep to return immediately.
    	// If the time moves backwards for any reason, do nothing.
    	time.Sleep(r.minPeriod - d)
    }
    
    // GetCaller returns the caller of the function that calls it.
    func GetCaller() string {
    	var pc [1]uintptr
    	runtime.Callers(3, pc[:])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 16:28:45 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc

    For instance, Gradle 5.2.1 replaces the Gradle 5.2 release.
    
    Once a release candidate has been made, all feature development moves on to the next release for the latest major version.
    As such, each minor Gradle release causes the previous minor releases in the same major version to become end-of-life (EOL). EOL releases do not receive bug fixes or feature backports.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm64/doc.go

    64-bit variant ldr, str, stur => MOVD;
    32-bit variant str, stur, ldrsw => MOVW;
    32-bit variant ldr => MOVWU;
    ldrb => MOVBU; ldrh => MOVHU;
    ldrsb, sturb, strb => MOVB;
    ldrsh, sturh, strh =>  MOVH.
    
    4. Go moves conditions into opcode suffix, like BLT.
    
    5. Go adds a V prefix for most floating-point and SIMD instructions, except cryptographic extension
    instructions and floating-point(scalar) instructions.
    
    Examples:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top