Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Iopl (0.15 sec)

  1. src/runtime/asm_386.s

    	MOVL	$0x800000, 0(SP)                    // stacksize = 8192KB
    	MOVL	$_rt0_386_lib_go(SB), AX
    	MOVL	AX, 4(SP)                           // fn
    	CALL	runtime·newosproc0(SB)
    
    restore:
    	ADDL	$8, SP
    	POPL	DI
    	POPL	SI
    	POPL	BX
    	POPL	BP
    	RET
    
    // _rt0_386_lib_go initializes the Go runtime.
    // This is started in a separate thread by _rt0_386_lib.
    TEXT _rt0_386_lib_go(SB),NOSPLIT,$8
    	MOVL	_rt0_386_lib_argc<>(SB), AX
    	MOVL	AX, 0(SP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_device_ops.td

          (tensor<i32>, tensor<!tf_type.variant>, tensor<i1>) -> tensor<i32>
        tf_device.return %9 : tensor<i32>
      }) {device = "DEVICE_ALIAS_0"} : () -> tensor<i32>
      %l = "tf_device.launch"() ( {
        %10 = "tf.opL"(%input_1, %input_4, %9) :
          (tensor<f32>, tensor<!tf_type.variant>, tensor<i1>) -> tensor<f32>
        tf_device.return %10 : tensor<f32>
      }) {device = "DEVICE_ALIAS_1"} : () -> tensor<f32>
      %m = "tf_device.launch"() ( {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 23:53:20 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top