Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for owningPod (0.18 sec)

  1. pkg/controller/resourceclaim/controller.go

    		// that pod is not going to run, the claim can be
    		// deleted. Normally the garbage collector does that, but the
    		// pod itself might not get deleted for a while.
    		podName, podUID := owningPod(claim)
    		if podName != "" {
    			pod, err := ec.podLister.Pods(claim.Namespace).Get(podName)
    			switch {
    			case err == nil:
    				// Pod already replaced or not going to run?
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/duplicate_shape_determining_constants.cc

                       << ", loc: " << owning_op->getLoc() << "\n");
            continue;
          }
    
          mlir::OpBuilder builder{owning_op->getContext()};
          builder.setInsertionPointAfter(defining_op);
          auto const_op_cloned = builder.clone(*defining_op);
    
          // Replace the operand with the duplicated op.
          owning_op->setOperand(curr_operand->getOperandNumber(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top