Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for canRun (0.38 sec)

  1. tensorflow/compiler/mlir/lite/tests/legalize-tf-while.mlir

    // INLINE-NOT: while_cond
    
    // CANON-LABEL:   func @while_main
    // CANON-SAME:         ([[VAL_0:%.*]]: tensor<?x256x256xf32>)
    // CANON-SAME:         (tensor<i32>, tensor<256x256xf32>, tensor<?x256x256xf32>)
    // CANON:           [[VAL_1:%.*]] = arith.constant dense<1.000000e+00> : tensor<256x256xf32>
    // CANON:           [[VAL_2:%.*]] = arith.constant dense<0> : tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/mono.go

    }
    
    // recordCanon records that tpar is the canonical type parameter
    // corresponding to method type parameter mpar.
    func (w *monoGraph) recordCanon(mpar, tpar *TypeParam) {
    	if w.canon == nil {
    		w.canon = make(map[*TypeParam]*TypeParam)
    	}
    	w.canon[mpar] = tpar
    }
    
    // recordInstance records that the given type parameters were
    // instantiated with the corresponding type arguments.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 28 00:05:29 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  3. src/go/types/mono.go

    }
    
    // recordCanon records that tpar is the canonical type parameter
    // corresponding to method type parameter mpar.
    func (w *monoGraph) recordCanon(mpar, tpar *TypeParam) {
    	if w.canon == nil {
    		w.canon = make(map[*TypeParam]*TypeParam)
    	}
    	w.canon[mpar] = tpar
    }
    
    // recordInstance records that the given type parameters were
    // instantiated with the corresponding type arguments.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. pkg/scheduler/apis/config/validation/validation.go

    		}
    	}
    	return errs
    }
    
    func validateCommonQueueSort(path *field.Path, profiles []config.KubeSchedulerProfile) []error {
    	var errs []error
    	var canon config.PluginSet
    	var queueSortName string
    	var queueSortArgs runtime.Object
    	if profiles[0].Plugins != nil {
    		canon = profiles[0].Plugins.QueueSort
    		if len(profiles[0].Plugins.QueueSort.Enabled) != 0 {
    			queueSortName = profiles[0].Plugins.QueueSort.Enabled[0].Name
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  5. lib/time/zoneinfo.zip

    America/Atikokan America/Atka America/Bahia America/Bahia_Banderas America/Barbados America/Belem America/Belize America/Blanc-Sablon America/Boa_Vista America/Bogota America/Boise America/Buenos_Aires America/Cambridge_Bay America/Campo_Grande America/Cancun America/Caracas America/Catamarca America/Cayenne America/Cayman America/Chicago America/Chihuahua America/Ciudad_Juarez America/Coral_Harbour America/Cordoba America/Costa_Rica America/Creston America/Cuiaba America/Curacao America/Danmarkshavn America/Dawson...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 18:20:41 UTC 2024
    - 392.3K bytes
    - Viewed (0)
  6. Makefile.core.mk

    # by trying to run a trivial program and ensuring it actually ran. If not, emit our warning.
    # Note: we cannot do anything like $(shell docker version) to check, since that would also fail.
    CAN_RUN := $(shell echo "can I run echo")
    ifeq ($(CAN_RUN),)
    $(error $(warning))
    endif
    
    #-----------------------------------------------------------------------------
    # Global Variables
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    		$2 ~ /^B[0-9_]+$/ ||
    		$2 ~ /^(OLD|NEW)DEV$/ ||
    		$2 == "BOTHER" ||
    		$2 ~ /^CI?BAUD(EX)?$/ ||
    		$2 == "IBSHIFT" ||
    		$2 ~ /^V[A-Z0-9]+$/ ||
    		$2 ~ /^CS[A-Z0-9]/ ||
    		$2 ~ /^I(SIG|CANON|CRNL|UCLC|EXTEN|MAXBEL|STRIP|UTF8)$/ ||
    		$2 ~ /^IGN/ ||
    		$2 ~ /^IX(ON|ANY|OFF)$/ ||
    		$2 ~ /^IN(LCR|PCK)$/ ||
    		$2 !~ "X86_CR3_PCID_NOFLUSH" &&
    		$2 ~ /(^FLU?SH)|(FLU?SH$)/ ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  8. pkg/apis/batch/validation/validation_test.go

    		`America/Belize`,
    		`America/Blanc-Sablon`,
    		`America/Boa_Vista`,
    		`America/Bogota`,
    		`America/Boise`,
    		`America/Buenos_Aires`,
    		`America/Cambridge_Bay`,
    		`America/Campo_Grande`,
    		`America/Cancun`,
    		`America/Caracas`,
    		`America/Catamarca`,
    		`America/Cayenne`,
    		`America/Cayman`,
    		`America/Chicago`,
    		`America/Chihuahua`,
    		`America/Coral_Harbour`,
    		`America/Cordoba`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Point).String", Method, 0},
    		{"(Point).Sub", Method, 0},
    		{"(Rectangle).Add", Method, 0},
    		{"(Rectangle).At", Method, 5},
    		{"(Rectangle).Bounds", Method, 5},
    		{"(Rectangle).Canon", Method, 0},
    		{"(Rectangle).ColorModel", Method, 5},
    		{"(Rectangle).Dx", Method, 0},
    		{"(Rectangle).Dy", Method, 0},
    		{"(Rectangle).Empty", Method, 0},
    		{"(Rectangle).Eq", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. RELEASE.md

    This release contains contributions from many people at Google, as well as:
    
    Abhinav Upadhyay, Aggelos Avgerinos, Alan Wu, Alexander G. de G. Matthews,
    Aleksandr Yahnev, @amchercashin, Andy Kitchen, Aurelien Geron, Awni Hannun,
    @BanditCat, Bas Veeling, Cameron Chen, @cg31, Cheng-Lung Sung, Christopher
    Bonnett, Dan Becker, Dan Van Boxel, Daniel Golden, Danijar Hafner, Danny
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top