Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SparseToDense (0.12 sec)

  1. RELEASE.md

        *   ResourceVariable support for `gather_nd`.
        *   `ResourceVariable` and `Variable` no longer accepts `constraint` in the
            constructor, nor expose it as a @property.
        *   Added gradient for `SparseToDense` op.
        *   Expose a flag that allows the number of threads to vary across Python
            benchmarks.
        *   `image.resize` in 2.0 now supports gradients for the new resize kernels.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<1>;
      TF_DerivedOperandTypeAttr Tindices = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_SparseToDenseOp : TF_Op<"SparseToDense", [Pure]> {
      let summary = "Converts a sparse representation into a dense tensor.";
    
      let description = [{
    Builds an array `dense` with shape `output_shape` such that
    
    ```
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top