Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for slicelit (0.13 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    				mayOverlap = false
    			}
    		}
    
    		// Evaluate RHS.
    		rhs := n.Y
    		if rhs != nil {
    			switch rhs.Op() {
    			case ir.OSTRUCTLIT, ir.OARRAYLIT, ir.OSLICELIT:
    				// All literals with nonzero fields have already been
    				// rewritten during walk. Any that remain are just T{}
    				// or equivalents. Use the zero value.
    				if !ir.IsZero(rhs) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

       `dimI` are the dimensions of the larger tensor and `slice-spec`
       specifies what part is covered by the tensor to save.
    
    `slice-spec` itself is a `:`-separated list: `slice0:slice1:...:sliceN-1`
    where each `sliceI` is either:
    
    *  The string `-` meaning that the slice covers all indices of this dimension
    *  `start,length` where `start` and `length` are integers.  In that
    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