Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for UNIFORM (0.1 sec)

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

      let summary = "Outputs random values from a uniform distribution.";
    
      let description = [{
    The generated values follow a uniform distribution in the range `[0, 1)`. The
    lower bound 0 is included in the range, while the upper bound 1 is excluded.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*RGBA64).SetRGBA64", Method, 0},
    		{"(*RGBA64).SubImage", Method, 0},
    		{"(*Uniform).At", Method, 0},
    		{"(*Uniform).Bounds", Method, 0},
    		{"(*Uniform).ColorModel", Method, 0},
    		{"(*Uniform).Convert", Method, 0},
    		{"(*Uniform).Opaque", Method, 0},
    		{"(*Uniform).RGBA", Method, 0},
    		{"(*Uniform).RGBA64At", Method, 17},
    		{"(*YCbCr).At", Method, 0},
    		{"(*YCbCr).Bounds", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. RELEASE.md

        *   Improve error message when attempting to use `None` in data-dependent
            control flow.
        *   Add `RaggedTensor.numpy()`.
        *   Update `RaggedTensor.__getitem__` to preserve uniform dimensions & allow
            indexing into uniform dimensions.
        *   Update `tf.expand_dims` to always insert the new dimension as a
            non-ragged dimension.
        *   Update `tf.embedding_lookup` to use `partition_strategy` and `max_norm`
    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