Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for verifyMod (0.1 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    			UID:       types.UID(podUID),
    			Name:      podName,
    			Namespace: podNamespace,
    		},
    		Spec: v1.PodSpec{
    			Containers: containers,
    		},
    	}
    }
    
    // verifyPods returns true if the two pod slices are equal.
    func verifyPods(a, b []*kubecontainer.Pod) bool {
    	if len(a) != len(b) {
    		return false
    	}
    
    	// Sort the containers within a pod.
    	for i := range a {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

                     "enabled"),
                 std::nullopt;
        }
    
        auto builtin_code = GetBuiltinOpCode(inst);
        if (!builtin_code) {
          if (auto verify_op = dyn_cast<mlir::TFL::NumericVerifyOp>(inst)) {
            return BuildNumericVerifyOperator(verify_op, operands, results);
          }
          if (auto custom_op = dyn_cast<mlir::TFL::CustomOp>(inst)) {
            return BuildCustomOperator(inst, custom_op, operands, results);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top