Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for acosh (0.07 sec)

  1. tensorflow/cc/gradients/math_grad_test.cc

            break;
          case SINH:
            y = Sinh(scope_, x);
            break;
          case COSH:
            y = Cosh(scope_, x);
            break;
          case TANH:
            y = Tanh(scope_, x);
            break;
          case ASINH:
            y = Asinh(scope_, x);
            break;
          case ACOSH:
            y = Acosh(scope_, x);
            break;
          case ATANH:
            y = Atanh(scope_, x);
            break;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 36K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-prefer-tf2xla.mlir

      func.return %r0, %r1 : tensor<1xi32>, tensor<0xi32>
    }
    
    // -----
    
    // CHECK-LABEL: @acos
    func.func @acos(%arg0: tensor<2xf32>) -> tensor<2xf32> {
      // CHECK-NOT:  tf.Acos
      %0 = "tf.Acos"(%arg0) : (tensor<2xf32>) -> tensor<2xf32>
      func.return %0 : tensor<2xf32>
    }
    
    // -----
    
    // NOFALLBACK-LABEL: @xla_svd
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        func.return %r0, %r1 : tensor<1xi32>, tensor<0xi32>
      }
    
      // CHECK-LABEL: @acos
      func.func @acos(%arg0: tensor<2xf32>) -> tensor<2xf32> {
        // CHECK-NOT:  tf.Acos
        %0 = "tf.Acos"(%arg0) : (tensor<2xf32>) -> tensor<2xf32>
        func.return %0 : tensor<2xf32>
      }
    
    
      // CHECK-LABEL: unknown_op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (1)
  4. tensorflow/compiler/mlir/tensorflow/tests/region-control-flow-to-functional.mlir

          }) { is_stateless = true } :  (tensor<i1>) -> tensor<*xf32>
    
        "tf.Yield"(%1) : (tensor<*xf32>) -> ()
        }, {
        // Outer Else
        %acos = "tf.Acos"(%arg1) : (tensor<*xf32>) -> tensor<*xf32>
        %3 = "tf.Abs"(%acos) : (tensor<*xf32>) -> tensor<*xf32>
        "tf.Yield"(%3) : (tensor<*xf32>) -> ()
        }) { is_stateless = true } :  (tensor<i1>) -> tensor<*xf32>
      func.return %0 : tensor<*xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 02 11:15:34 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/arm64/a.out.go

    	ABICSW
    	ABICW
    	ABLE
    	ABLO
    	ABLS
    	ABLT
    	ABMI
    	ABNE
    	ABPL
    	ABRK
    	ABVC
    	ABVS
    	ACASAD
    	ACASALB
    	ACASALD
    	ACASALH
    	ACASALW
    	ACASAW
    	ACASB
    	ACASD
    	ACASH
    	ACASLD
    	ACASLW
    	ACASPD
    	ACASPW
    	ACASW
    	ACBNZ
    	ACBNZW
    	ACBZ
    	ACBZW
    	ACCMN
    	ACCMNW
    	ACCMP
    	ACCMPW
    	ACINC
    	ACINCW
    	ACINV
    	ACINVW
    	ACLREX
    	ACLS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
Back to top