Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 64 for outlier (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/cluster_ops_by_policy.cc

    // a "member" that will participate in the union-find cluster construction.
    //
    // A block argument can also become a member (or even a root member), however
    // only operations will become a part of the outline `tf_device.cluster`, block
    // arguments will stay as block arguments, and will later become cluster
    // function inputs.
    struct Member {
      Member(unsigned root, Source source, Operation *insertion_point,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/analyzers_test.go

    	// Verify that the collections actually accessed during testing actually match
    	// the collections declared as inputs for each of the analyzers
    	t.Run("CheckMetadataInputs", func(t *testing.T) {
    		g := NewWithT(t)
    	outer:
    		for _, a := range All() {
    			var isMultiClusterAnalyzer bool
    			for _, mc := range AllMultiCluster() {
    				if a.Metadata().Name == mc.Metadata().Name {
    					isMultiClusterAnalyzer = true
    					break
    				}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/passes.td

      let summary = "Unfold large splat constant tensors.";
      let constructor = "CreateUnfoldLargeSplatConstantPass()";
      let dependentDialects = ["TFL::TensorFlowLiteDialect"];
    }
    
    def WhileOutlinePass : Pass<"tfl-while-loop-outline", "mlir::ModuleOp"> {
      let summary = "Hoist while op regions into functions";
      let constructor = "CreateWhileOutlinePass()";
      let dependentDialects = ["TF::TensorFlowDialect"];
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/fetch.go

    	// unused sums marked with TrimGoSum. If there are no changes to make,
    	// just return without opening go.sum.
    	dirty := false
    Outer:
    	for m, hs := range goSum.m {
    		for _, h := range hs {
    			st := goSum.status[modSum{m, h}]
    			if st.dirty && (!st.used || keep[m]) {
    				dirty = true
    				break Outer
    			}
    		}
    	}
    	if !dirty {
    		return nil
    	}
    	if readonly {
    		return ErrGoSumDirty
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/FirReferenceResolveHelper.kt

                        // `outerClassId`.
                        if (receiverExpression == expression) {
                            // If there is still an outer class, then return symbol of that class
                            outerClassId?.let { return listOfNotNull(it.toTargetPsi(session, symbolBuilder)) }
                            // Otherwise, it should be a package, so we return that
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 10 20:18:28 UTC 2024
    - 37K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/listener_patch.go

    			}
    
    			// Merge the above result with the whole listener
    			merge.Merge(dstListener, retVal)
    		}
    	}
    	// If we already applied the patch, we skip merge.Merge() in the outer function
    	return applyPatch, nil
    }
    
    func patchNetworkFilters(patchContext networking.EnvoyFilter_PatchContext,
    	patches map[networking.EnvoyFilter_ApplyTo][]*model.EnvoyFilterConfigPatchWrapper,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 15:39:29 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

        bool legacy_float_scale = false);
    
    // Gets quantization scale specs (e.g. fixed output range, same result and
    // operand scales) from the default quantization interfaces. The op should
    // outlive returned spec for its interface methods to be properly referenced.
    std::unique_ptr<OpQuantScaleSpec> GetDefaultQuantScaleSpec(Operation* op);
    
    // The function might contain more stats ops than required, and it will
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1/types.go

    	// operator deletes a suggested configuration object and later creates it
    	// but with a variant spec and then does no updates of the object
    	// (generation is 1), the technique outlined above will incorrectly
    	// determine that the object should be auto-updated.
    	AutoUpdateAnnotationKey = "apf.kubernetes.io/autoupdate-spec"
    )
    
    // +genclient
    // +genclient:nonNamespaced
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  9. pkg/kubelet/container/runtime.go

    	// Whether the volume permission is set to read-only or not
    	// This value is passed from volume.spec
    	ReadOnly bool
    	// Inner volume spec name, which is the PV name if used, otherwise
    	// it is the same as the outer volume spec name.
    	InnerVolumeSpecName string
    }
    
    // VolumeMap represents the map of volumes.
    type VolumeMap map[string]VolumeInfo
    
    // RuntimeConditionType is the types of required runtime conditions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/report/source.go

    			}
    
    			x := instructionInfo{objAddr: inst.Addr, length: length, disasm: inst.Text}
    			if len(frames) > 0 {
    				// We could consider using the outer-most caller's source
    				// location so we give the some hint as to where the
    				// inlining happened that led to this instruction. So for
    				// example, suppose we have the following (inlined) call
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31.3K bytes
    - Viewed (0)
Back to top