Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Softplus (0.25 sec)

  1. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

    // CHECK:  "tfl.softmax"(%arg0) <{beta = 1.000000e+00 : f32}> : (tensor<8x16xf32>) -> tensor<8x16xf32>
    }
    
    func.func @softplus(%arg0: tensor<8x16xf32>) -> tensor<8x16xf32> {
      %0 = "tf.Softplus"(%arg0) : (tensor<8x16xf32>) -> tensor<8x16xf32>
      func.return %0 : tensor<8x16xf32>
    
    // CHECK-LABEL: softplus
    // CHECK:  %[[exp:.*]] = "tfl.exp"(%arg0) : (tensor<8x16xf32>) -> tensor<8x16xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&dot;":                             "\u02d9",
    	"&doteq;":                           "\u2250",
    	"&doteqdot;":                        "\u2251",
    	"&dotminus;":                        "\u2238",
    	"&dotplus;":                         "\u2214",
    	"&dotsquare;":                       "\u22a1",
    	"&doublebarwedge;":                  "\u2306",
    	"&downarrow;":                       "\u2193",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
Back to top