Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for cbits (0.15 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
                "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

                          WithBroadcastableBinOpBuilder {
      let summary = "Elementwise computes the bitwise AND of `x` and `y`.";
    
      let description = [{
    The result will have those bits set, that are set in both `x` and `y`. The
    computation is performed on the underlying representations of `x` and `y`.
    
    For example:
    
    ```python
    import tensorflow as tf
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

            [TensorFloat-32](https://blogs.nvidia.com/blog/2020/05/14/tensorfloat-32-precision-format/).
            Specifically, inputs to such ops are rounded from 23 bits of precision
            to 10 bits of precision. This is unlikely to cause issues in practice
            for deep learning models. In some cases, TensorFloat-32 is also used for
            complex64 ops. TensorFloat-32 can be disabled by running
    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