Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for relu_grad (0.26 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

                // Others
                "AddN", "Bitcast", "Cast", "ClipByValue", "Const", "Empty",
                "Identity", "IdentityN", "Relu", "Relu6", "ReluGrad", "Relu6Grad",
                "LeakyReluGrad", "Elu", "EluGrad", "Selu", "SeluGrad", "Select",
                "SelectV2", "Transpose", "ConjugateTranspose",
                "_UnaryOpsComposition", "CollectiveReduceV2",
                "CollectiveAssignGroupV2",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

        %0 = "tf.Selu"(%arg0) : (tensor<1x4x4x3xf32>) -> tensor<1x4x4x3xf32>
        func.return %0 : tensor<1x4x4x3xf32>
    }
    
    // CHECK-LABEL: func @selu_grad
    // CHECK-SAME: (%[[GRADIENTS:.*]]: tensor<4x8xf32>, %[[FEATURES:.*]]: tensor<4x8xf32>) -> tensor<4x8xf32> {
    func.func @selu_grad(%gradients: tensor<4x8xf32>, %features: tensor<4x8xf32>) -> tensor<4x8xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
Back to top