Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for Aliases (0.21 sec)

  1. src/go/types/alias.go

    	// In the presence of unfinished cyclic declarations, Unalias
    	// would otherwise latch the invalid value (#66704).
    	// TODO(adonovan): rethink, along with checker.typeDecl's use
    	// of Invalid to mark unfinished aliases.
    	if t != Typ[Invalid] {
    		a0.actual = t
    	}
    
    	return t
    }
    
    // asNamed returns t as *Named if that is t's
    // actual type. It returns nil otherwise.
    func asNamed(t Type) *Named {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/loong64/a.out.go

    	AAMMINDBW
    	AAMMINDBV
    	AAMMAXDBWU
    	AAMMAXDBVU
    	AAMMINDBWU
    	AAMMINDBVU
    
    	// 2.2.10. Other Miscellaneous Instructions
    	ARDTIMELW
    	ARDTIMEHW
    	ARDTIMED
    
    	ALAST
    
    	// aliases
    	AJMP = obj.AJMP
    	AJAL = obj.ACALL
    	ARET = obj.ARET
    )
    
    func init() {
    	// The asm encoder generally assumes that the lowest 5 bits of the
    	// REG_XX constants match the machine instruction encoding, i.e.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/phases/reset/cleanupnode.go

    )
    
    // NewCleanupNodePhase creates a kubeadm workflow phase that cleanup the node
    func NewCleanupNodePhase() workflow.Phase {
    	return workflow.Phase{
    		Name:    "cleanup-node",
    		Aliases: []string{"cleanupnode"},
    		Short:   "Run cleanup node.",
    		Run:     runCleanupNode,
    		InheritFlags: []string{
    			options.CertificatesDir,
    			options.NodeCRISocket,
    			options.CleanupTmpDir,
    			options.DryRun,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/modules.txt

    golang.org/x/tools/go/ast/astutil
    golang.org/x/tools/go/ast/inspector
    golang.org/x/tools/go/cfg
    golang.org/x/tools/go/types/objectpath
    golang.org/x/tools/go/types/typeutil
    golang.org/x/tools/internal/aliases
    golang.org/x/tools/internal/analysisinternal
    golang.org/x/tools/internal/bisect
    golang.org/x/tools/internal/facts
    golang.org/x/tools/internal/stdlib
    golang.org/x/tools/internal/typeparams
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.cc

        const bool force_regenerate_calibration_data,
        const absl::string_view dst_saved_model_path) {
      TF_ASSIGN_OR_RETURN(const std::string checkpoint_dir, GetLocalTmpFileName());
    
      // Clone ModuleOp and function aliases so changes in this pipeline won't
      // be reflected in the original values.
      mlir::OwningOpRef<mlir::ModuleOp> cloned_module_ref(module_op.clone());
    
      TF_RETURN_IF_ERROR(RunCalibrationPasses(*cloned_module_ref, *ctx_,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/analysis/resource_alias_analysis.h

      // IsUnknownResource(resource) == false.
      const llvm::SmallSet<int64_t, 8>& GetResourceUniqueIds(Value resource) const;
    
      // Returns the set of values that are potentially aliases of `value`. Requires
      // `IsUnknownResource(resource) == false`.
      llvm::SmallSetVector<Value, 8> GetResourceAliases(Value resource) const;
    
      llvm::SmallSetVector<Value, 8> GetValuesForResourceId(int64_t id) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. src/html/template/doc.go

    In this case it becomes
    
    	<a href="/search?q={{. | urlescaper | attrescaper}}">{{. | htmlescaper}}</a>
    
    where urlescaper, attrescaper, and htmlescaper are aliases for internal escaping
    functions.
    
    For these internal escaping functions, if an action pipeline evaluates to
    a nil interface value, it is treated as though it were an empty string.
    
    # Namespaced and data- attributes
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:04:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  8. src/internal/types/testdata/fixedbugs/issue67547.go

    	a = p // ERRORx `cannot assign struct{} \(in P\) to (A|\[\]int)`
    	_ = a
    }
    
    func _[P any]() {
    	type A = P
    	var x A
    	// keep "constrained by" for aliased type parameters in error messages
    	var _ int = x // ERRORx `cannot use x \(variable of type (A|P) constrained by any\) as int value in variable declaration`
    }
    
    // Test case for go.dev/issue/67540.
    func _() {
    	type (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 21:17:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. pkg/controlplane/storageversionhashdata/data.go

    	"batch/v1/jobs":     "mudhfqk/qZY=",
    	"batch/v1/cronjobs": "sd5LIXh4Fjs=",
    	"certificates.k8s.io/v1/certificatesigningrequests":                 "95fRKMXA+00=",
    	"coordination.k8s.io/v1/leases":                                     "gqkMMb/YqFM=",
    	"discovery.k8s.io/v1/endpointslices":                                "qgS0xkrxYAI=",
    	"networking.k8s.io/v1/networkpolicies":                              "YpfwF18m1G8=",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.h

          py_function_lib_;
    
      // Path to the pre-calibrated SavedModel.
      std::string src_saved_model_path_;
    
      // Function alias mapping for pre-calibrated SavedModel. Used to preserve
      // aliased functions.
      absl::flat_hash_map<FunctionName, FunctionAlias> function_aliases_;
    
      // Tags to identify the MetaGraphDef to load from a SavedModel.
      const std::unordered_set<std::string> tags_;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top