Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for complexAbs (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
      TF_DerivedResultTypeAttr Tout = TF_DerivedResultTypeAttr<0>;
    }
    
    def TF_ComplexAbsOp : TF_Op<"ComplexAbs", [Pure, SameOperandsAndResultShape]> {
      let summary = "Computes the complex absolute value of a tensor.";
    
      let description = [{
    Given a tensor `x` of complex numbers, this operation returns a tensor of type
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

    `tf.image.decode_jpeg` by default uses the faster DCT method, sacrificing a
    little fidelity for improved speed. One can revert to the old behavior by
    specifying the attribute `dct_method='INTEGER_ACCURATE'`. * `tf.complex_abs` has
    been removed from the Python interface. `tf.abs` supports complex tensors and
    should be used instead. * In the C++ API (in tensorflow/cc), Input, Output, etc.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top