Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for gdbscript (0.1 sec)

  1. pkg/apis/core/validation/validation.go

    		return allErrs
    	}
    
    	if path, subscript, ok := fieldpath.SplitMaybeSubscriptedPath(internalFieldPath); ok {
    		switch path {
    		case "metadata.annotations":
    			allErrs = append(allErrs, ValidateQualifiedName(strings.ToLower(subscript), fldPath)...)
    		case "metadata.labels":
    			allErrs = append(allErrs, ValidateQualifiedName(subscript, fldPath)...)
    		default:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    Implements generalized Tensor contraction and reduction. Each input Tensor must
    have a corresponding input subscript appearing in the comma-separated left-hand
    side of the equation. The right-hand side of the equation consists of the
    output subscript. The input subscripts and the output subscript should consist
    of zero or more named axis labels and at most one ellipsis (`...`).
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top