Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for setlkw (0.11 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.cc

      Block& entry = entry_func_op->getRegion(0).front();
      for (auto [arg, arg_type, arg_loc] :
           llvm::zip_equal(entry.getArguments(), arg_types, arg_locs)) {
        arg.setType(arg_type);
        arg.setLoc(arg_loc);
      }
    }
    
    // Creates a UniformQuantize op and sets it as return op.
    // The requantize scale and zero point should be determined from the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 06:04:36 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	SMNEGL R26, R3, R15                        // 6ffc3a9b
    	SMULH R17, R21, R21                        // b57e519b
    	SMULL R0, R5, R0                           // a07c209b
    	SMC $37977                                 // 238b12d4
    	STLRW R16, (R22)                           // d0fe9f88
    	STLR R3, (R24)                             // 03ff9fc8
    	STLRB R11, (R22)                           // cbfe9f08
    	STLRH R16, (R23)                           // f0fe9f48
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  3. src/runtime/asm_386.s

    #ifdef GOOS_windows
    	CALL	runtime·wintls(SB)
    #endif
    	// set up ldt 7 to point at m0.tls
    	// ldt 1 would be fine on Linux, but on OS X, 7 is as low as we can go.
    	// the entry number is just a hint.  setldt will set up GS with what it used.
    	MOVL	$7, 0(SP)
    	LEAL	runtime·m0+m_tls(SB), AX
    	MOVL	AX, 4(SP)
    	MOVL	$32, 8(SP)	// sizeof(tls array)
    	CALL	runtime·setldt(SB)
    	RET
    
    TEXT runtime·emptyfunc(SB),0,$0-0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top