Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for OpC (0.03 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

                %1 = "tf.OpA"() {is_stateless = true}
                "tf.Yield"(%1)
              }, {
              ^bb0(%arg2, %arg3):
                %1 = "tf.OpB"(%arg2) {is_stateless = true}
                %2 = "tf.OpC"(%arg3) {is_stateless = true}
                "tf.Yield"(%1, %2)
              }) {is_stateless = true}
              return %0#1
            }
          ```
          would be transformed to
          ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    }
    
    func SYSHINT(x uint32) uint32 {
    	return SYSOP(0, 0, 3, 2, 0, x, 0x1F)
    }
    
    func LDSTR(sz uint32, v uint32, opc uint32) uint32 {
    	return sz<<30 | 7<<27 | v<<26 | opc<<22
    }
    
    func LD2STR(o uint32) uint32 {
    	return o &^ (3 << 22)
    }
    
    func LDSTX(sz uint32, o2 uint32, l uint32, o1 uint32, o0 uint32) uint32 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top