Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SigmoidGrad (0.09 sec)

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

    // =============================================================================
    
    func.func @sigmoidGrad(%arg0: tensor<?x32xf32>, %arg1: tensor<?x32xf32>) -> tensor<?x32xf32> {
      %0 = "tf.SigmoidGrad"(%arg0, %arg1) : (tensor<?x32xf32>, tensor<?x32xf32>) -> tensor<?x32xf32>
      func.return %0 : tensor<?x32xf32>
    // CHECK-LABEL: sigmoidGrad
    // CHECK-NEXT: [[ONE:%.+]] = arith.constant dense<1.000000e+00> : tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
Back to top