Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for Detached (0.58 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // CHECK-LABEL: testValidWhileRegion
    func.func @testValidWhileRegion(%arg0 : tensor<*xf32>, %arg1 : tensor<i32>) -> tensor<*xf32> {
      %0:2 = "tf.WhileRegion"(%arg0, %arg1) (
        {
          // condition, check if count has reached 0
          ^bb0(%carg0: tensor<*xf32>, %carg1: tensor<i32>):
          %zero = arith.constant dense<0> : tensor<i32>
          %ne = "tf.NotEqual"(%carg1, %zero) : (tensor<i32>, tensor<i32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    		if r == obj.REG_NONE {
    			r = rt
    		}
    		o1 |= (uint32(rf&31) << 16) | (uint32(r&31) << 5) | uint32(rt&31)
    
    	// This is supposed to be something that stops execution.
    	// It's not supposed to be reached, ever, but if it is, we'd
    	// like to be able to tell how we got there. Assemble as
    	// 0xbea71700 which is guaranteed to raise undefined instruction
    	// exception.
    	case 90:
    		o1 = 0xbea71700
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    				acquireLockRankAndM(lockRankGscan)
    			}
    			return r
    
    		}
    	}
    	print("runtime: castogscanstatus oldval=", hex(oldval), " newval=", hex(newval), "\n")
    	throw("castogscanstatus")
    	panic("not reached")
    }
    
    // casgstatusAlwaysTrack is a debug flag that causes casgstatus to always track
    // various latencies on every transition instead of sampling them.
    var casgstatusAlwaysTrack = false
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Colours might stand to the Right Hand, and the other to the Left. Close before the Paper, at the Confine of the Colours below, I placed a Candle to illuminate the Paper strongly: For the Experiment was tried in the Night. The Flame of the Candle reached up to the lower edge of the Paper, or a very little higher. Then at the distance of six Feet, and one or two Inches from the Paper upon the Floor I erected a Glass Lens four Inches and a quarter broad, which might collect the Rays coming from the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top