Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for transformTo (0.31 sec)

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

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_FFTOp : TF_Op<"FFT", [Pure]> {
      let summary = "Fast Fourier transform.";
    
      let description = [{
    Computes the 1-dimensional discrete Fourier transform over the inner-most
    dimension of `input`.
      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Complex128, TF_Complex64]>, [{A complex tensor.}]>:$input
      );
    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

    *   Add `tf.contrib.bayesflow.metropolis_hastings`.
    *   Add `log_rate` parameter to `tf.contrib.distributions.Poisson`.
    *   Extend `tf.contrib.distributions.bijector` API to handle some non-injective
        transforms.
    *   Java:
        *   Generics (e.g., `Tensor<Integer>`) for improved type-safety (courtesy
            @andrewcmyers).
        *   Support for multi-dimensional string tensors.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.model.dsl.internal.transform.ClosureBackedRuleFactory> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ClosureBackedRuleFactory.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top