Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for iovecs (0.08 sec)

  1. pkg/kubelet/kubelet_pods.go

    			status.RestartCount = oldStatus.RestartCount + 1
    
    		default:
    			// this collapses any unknown state to container waiting.  If any container is waiting, then the pod status moves to pending even if it is running.
    			// if I'm reading this correctly, then any failure to read status on any container results in the entire pod going pending even if the containers
    			// are actually running.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          const std::vector<std::pair<std::string, TensorInfo>>& outputs,
          const std::vector<std::string> control_outputs,
          std::unordered_map<std::string, std::string>& tf_name_to_mlir_name);
    
      // Moves the functions in `sub_module` to `module_` and skips the duplicate
      // functions.
      Status MoveConvertedFunctionsToModule(
          absl::string_view name, mlir::ModuleOp sub_module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/s390x/asmz.go

    			zRSY(op_CSG, uint32(p.From.Reg), uint32(p.Reg), uint32(p.To.Reg), uint32(v), asm)
    		}
    
    	case 80: // sync
    		zRR(op_BCR, 14, 0, asm) // fast-BCR-serialization
    
    	case 81: // float to fixed and fixed to float moves (no conversion)
    		switch p.As {
    		case ALDGR:
    			zRRE(op_LDGR, uint32(p.To.Reg), uint32(p.From.Reg), asm)
    		case ALGDR:
    			zRRE(op_LGDR, uint32(p.To.Reg), uint32(p.From.Reg), asm)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top