Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,997 for Reserve (0.53 sec)

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

                                                 new_cluster_results);
      old_terminator->erase();
    
      builder->setInsertionPoint(cluster);
      llvm::SmallVector<Type, 4> new_cluster_result_types;
      new_cluster_result_types.reserve(new_cluster_results.size());
      for (const auto& new_cluster_result : new_cluster_results)
        new_cluster_result_types.push_back(new_cluster_result.getType());
    
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_executor.cc

        return parser.emitError(loc) << "expects a tf_executor.fetch terminator";
    
      // The return value of the graph operation are the non-control operands of
      // the fetch operation.
      result.types.reserve(fetch.getNumOperands());
      for (Type type : fetch.getOperandTypes()) {
        if (mlir::isa<ControlType>(type)) break;
        result.types.push_back(type);
      }
    
      // Parse the optional attribute list.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util_test.cc

    }
    
    using Device = DeviceNameUtils::ParsedName;
    
    bool DeviceNamesToParsedNames(llvm::ArrayRef<std::string> device_names,
                                  llvm::SmallVectorImpl<Device>* parsed_devices) {
      parsed_devices->reserve(device_names.size());
      for (const auto& device_name : device_names) {
        Device parsed_name;
        if (!DeviceNameUtils::ParseFullName(device_name, &parsed_name))
          return false;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

          }
    
          bool is_operand_or_result_modified = false;
          // Collect all the quantized inputs and "clone" the matched op by these
          // inputs.
          SmallVector<Value, 4> inputs;
          inputs.reserve(quantizing_op->getNumOperands());
          for (auto operand : quantizing_op->getOperands()) {
            Type operand_type = operand.getType();
            if (operand_type.isa<NoneType>()) {
              inputs.push_back(operand);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  5. src/reflect/abi.go

    	call, ret abiSeq
    
    	// These fields describe the stack space allocated
    	// for the call. stackCallArgsSize is the amount of space
    	// reserved for arguments but not return values. retOffset
    	// is the offset at which return values begin, and
    	// spill is the size in bytes of additional space reserved
    	// to spill argument registers into in case of preemption in
    	// reflectcall's stack frame.
    	stackCallArgsSize, retOffset, spill uintptr
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:08:32 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. tensorflow/cc/framework/gradient_checker.cc

        std::vector<Tensor>* jacobian_ts) {
      size_t y_num = y_shapes.size();
      size_t x_num = x_shapes.size();
      // Call AddSymbolicGradients to get 'dxs' (we will feed 'dys').
      OutputList dys;
      dys.reserve(y_shapes.size());
      for (const auto& y_shape : y_shapes) {
        // TODO(suharshs): This currently assumes that all y's are the same type.
        dys.push_back(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting_cleanup.cc

                                         ArrayRef<func::FuncOp> branches) {
      // Clone branch functions if needed since we will be mutating them.
      SmallVector<func::FuncOp, 2> cloned_branches;
      cloned_branches.reserve(branches.size());
      for (func::FuncOp func : branches) {
        func::FuncOp cloned = CloneFunctionIfNeeded(func);
        cloned_branches.push_back(cloned);
        if (cloned == func) continue;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  8. tests/integration/pilot/mcs/discoverability/discoverability_test.go

    		scopes.Framework.Infof("No MCS Controller running. Manually creating ServiceImport in each cluster")
    		for _, c := range importClusters {
    			c := c
    			g.Go(func() error {
    				// Generate a dummy service in the cluster to reserve the ClusterSet VIP.
    				clusterSetIPSvc, err := genClusterSetIPService(c)
    				if err != nil {
    					return err
    				}
    
    				// Create a ServiceImport in the cluster with the ClusterSet VIP.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  9. pkg/registry/core/service/storage/alloc.go

    	healthCheckNodePort := service.Spec.HealthCheckNodePort
    	if healthCheckNodePort != 0 {
    		// If the request has a health check nodePort in mind, attempt to reserve it.
    		err := nodePortOp.Allocate(int(healthCheckNodePort))
    		if err != nil {
    			return fmt.Errorf("failed to allocate requested HealthCheck NodePort %v: %v",
    				healthCheckNodePort, err)
    		}
    	} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:05 UTC 2023
    - 37.3K bytes
    - Viewed (0)
  10. src/runtime/sys_linux_arm.s

    	MOVW	ctx+12(FP), R2
    	MOVW	fn+0(FP), R11
    	MOVW	R13, R4
    	SUB	$24, R13
    	BIC	$0x7, R13 // alignment for ELF ABI
    	BL	(R11)
    	MOVW	R4, R13
    	RET
    
    TEXT runtimeĀ·sigtramp(SB),NOSPLIT|TOPFRAME,$0
    	// Reserve space for callee-save registers and arguments.
    	MOVM.DB.W [R4-R11], (R13)
    	SUB	$16, R13
    
    	// this might be called in external code context,
    	// where g is not set.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 13.5K bytes
    - Viewed (0)
Back to top