Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 81 for convlit (0.23 sec)

  1. pilot/pkg/networking/core/listener_test.go

    		sidecar          *config.Config
    		expectedListener []int
    	}{
    		{
    			name:             "service port conflict with proxy static listener",
    			services:         servicesConflictWithStaticListener,
    			sidecar:          nil,
    			expectedListener: []int{15090, 8080},
    		},
    		{
    			name:             "service port conflict with proxy virtual listener",
    			services:         servicesConflictWithVirtualListener,
    			sidecar:          nil,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. configure.py

        except subprocess.CalledProcessError as e:
          output = e.output
      else:
        output = subprocess.check_output(cmd, stderr=stderr)
      return output.decode('UTF-8').strip()
    
    
    def cygpath(path):
      """Convert path from posix to windows."""
      return os.path.abspath(path).replace('\\', '/')
    
    
    def get_python_path(environ_cp, python_bin_path):
      """Get the python site package paths."""
      python_paths = []
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modget/get.go

    }
    
    // updateBuildList updates the module loader's global build list to be
    // consistent with r.resolvedVersion, and to include additional modules
    // provided that they do not conflict with the resolved versions.
    //
    // If the additional modules conflict with the resolved versions, they will be
    // downgraded to a non-conflicting version (possibly "none").
    //
    // If the resulting build list is the same as the one resulting from the last
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

         *
         * @param discoveredEdges A collector for visited edges.
         */
        public void visitOutgoingDependencies(Collection<EdgeState> discoveredEdges) {
            // If this configuration's version is in conflict, do not traverse.
            // If none of the incoming edges are transitive, remove previous state and do not traverse.
            // If not traversed before, simply add all selected outgoing edges (either hard or pending edges)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  5. pkg/controller/disruption/disruption_test.go

    	}
    }
    
    // This test checks that the disruption controller does not write stale data to
    // a PDB status during race conditions with the eviction handler. Specifically,
    // failed updates due to ResourceVersion conflict should not cause a stale value
    // of DisruptionsAllowed to be written.
    //
    // In this test, DisruptionsAllowed starts at 2.
    // (A) We will delete 1 pod and trigger DisruptionController to set
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    // implementation, mirroring the previous XLA implementation.
    //
    // 1. Computing proper quantized bounds. This involves nudging the input bounds.
    // 2. Converting the input bounds to quantized space, rounding values.
    // 3. Convert back into floating point space.
    class ConvertFakeQuantWithMinMaxVarsOp : public RewritePattern {
     public:
      explicit ConvertFakeQuantWithMinMaxVarsOp(MLIRContext *context)
          : RewritePattern(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

          ShapedType new_output_type = ConvertIntToQint(
              mlir::cast<ShapedType>(output_type), rewriter.getContext());
          if (!new_output_type) {
            q_op->emitError(
                "Failed to convert the type to the corresponding qtype.");
            return failure();
          }
          output_types = {new_output_type};
        } else {
          output_types = {output_type.clone(elem_type.getStorageType())};
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    		}
    
    		converted, err := m.toKubeContainer(c)
    		if err != nil {
    			klog.V(4).InfoS("Convert container of pod failed", "runtimeName", m.runtimeName, "container", c, "podUID", labelledInfo.PodUID, "err", err)
    			continue
    		}
    
    		pod.Containers = append(pod.Containers, converted)
    	}
    
    	// Convert map to list.
    	var result []*kubecontainer.Pod
    	for _, pod := range pods {
    		result = append(result, pod)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

    import org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact.ArtifactSelectionSpec;
    import org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.conflicts.Conflict;
    import org.gradle.api.internal.artifacts.resolver.DefaultResolutionOutputs;
    import org.gradle.api.internal.artifacts.resolver.ResolutionAccess;
    import org.gradle.api.internal.artifacts.resolver.ResolutionOutputsInternal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/pv_controller.go

    	// claim in the informers (it has not been updated from API server events
    	// yet) and it would try to fix these objects to be bound together.
    	// Any write to API server would fail with version conflict - these objects
    	// have been already written.
    	volumes persistentVolumeOrderedIndex
    	claims  cache.Store
    
    	// Work queues of claims and volumes to process. Every queue should have
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
Back to top