Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for getGood (0.13 sec)

  1. pkg/kubelet/cm/memorymanager/policy_static_test.go

    					},
    					Cells: []int{},
    				},
    			},
    			systemReserved: systemReservedMemory{
    				0: map[v1.ResourceName]uint64{
    					v1.ResourceMemory: 512 * mb,
    				},
    			},
    			pod:                   getPod("pod1", "container1", requirementsBurstable),
    			expectedTopologyHints: nil,
    			topologyHint:          &topologymanager.TopologyHint{},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        regions.push_back(
            RegionSuccessor(&getCond(), getCond().front().getArguments()));
      } else if (point.isParent()) {
        // The parent branches to 'cond'. It is also considered to branch to `body`
        // in case the terminator of `cond` doesn't forward the arguments of `cond`.
        regions.push_back(
            RegionSuccessor(&getCond(), getCond().front().getArguments()));
        regions.push_back(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/popper.min.js.map

    the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} node\n * @returns {Element} root node\n */\nexport default function getRoot(node) {\n  if (node.parentNode !== null) {\n    return getRoot(node.parentNode);\n  }\n\n  return node;\n}\n","import isOffsetContainer from './isOffsetContainer';\nimport getRoot from './getRoot';\nimport getOffsetParent from './getOffsetParent';\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/garbagecollector_test.go

    		owners: nil,
    	}
    }
    
    func TestAbsentOwnerCache(t *testing.T) {
    	rc1Pod1 := getPod("rc1Pod1", []metav1.OwnerReference{
    		{
    			Kind:       "ReplicationController",
    			Name:       "rc1",
    			UID:        "1",
    			APIVersion: "v1",
    			Controller: pointer.Bool(true),
    		},
    	})
    	rc1Pod2 := getPod("rc1Pod2", []metav1.OwnerReference{
    		{
    			Kind:       "ReplicationController",
    			Name:       "rc1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

            op.getNumOperands(), op.getNumResults()));
      if (op.getCond().front().getNumArguments() !=
          op.getBody().front().getNumArguments())
        return op.emitOpError(llvm::formatv(
            "number of arguments in condition function does not match number of "
            "arguments in body function ({0} != {1})",
            op.getCond().front().getNumArguments(),
            op.getBody().front().getNumArguments()));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

            /*parallel_iterations=*/10,
            /*is_stateless=*/false, /*shape_invariant=*/false);
        new_while.getCond().takeBody(while_op.getCond());
        new_while.getBody().takeBody(while_op.getBody());
        ReplaceReturnOp(new_while.getCond(), rewriter);
        ReplaceReturnOp(new_while.getBody(), rewriter);
        rewriter.replaceOp(while_op, new_while.getResults());
        return success();
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    };
    
    LogicalResult FoldConstantIfOp::matchAndRewrite(
        TF::IfOp op, PatternRewriter& rewriter) const {
      // Extract the constant cond value.
      DenseIntElementsAttr cond_attr;
      if (!matchPattern(op.getCond(), m_Constant(&cond_attr))) return failure();
    
      // Cond value must be a scalar.
      if (cond_attr.getNumElements() != 1) return failure();
    
      // Select a branch function.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          return subgraph_index_map_.at(call_op.getCallee().str());
        return std::nullopt;
      };
      auto body_subgraph_index = get_call_index(op.getBody().front());
      auto cond_subgraph_index = get_call_index(op.getCond().front());
      if (!body_subgraph_index || !cond_subgraph_index)
        return op.emitOpError("only single call cond/body while export supported"),
               std::nullopt;
      auto builtin_options =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

          return PropagateShapeToRegions(compatible_types,
                                         {&while_op.getCond(), &while_op.getBody()},
                                         max_iterations);
        }
        return PropagateShapeToRegions(while_op.getInput().getTypes(),
                                       {&while_op.getCond(), &while_op.getBody()},
                                       max_iterations);
      }
      return true;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_set_control_test.go

    	if err := om.createPodTracker.incWithOptionalError(); err != nil {
    		return err
    	}
    	pod.SetUID(types.UID(pod.Name + "-uid"))
    	return om.podsIndexer.Update(pod)
    }
    
    func (om *fakeObjectManager) GetPod(namespace, podName string) (*v1.Pod, error) {
    	return om.podsLister.Pods(namespace).Get(podName)
    }
    
    func (om *fakeObjectManager) UpdatePod(pod *v1.Pod) error {
    	defer om.updatePodTracker.trackParallelRequests()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
Back to top