Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stdx (0.08 sec)

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

    ```c++
    
      const int min_expected_T = std::numeric_limits<T>::min() +
        (narrow_range ? 1 : 0);
      const int max_expected_T = std::numeric_limits<T>::max();
      const float max_expected_T = std::numeric_limits<float>::max();
    
      const float scale_factor =
        (std::numeric_limits<T>::min() == 0) ? (max_range / max_expected_T)
                                             : std::max(min_range / min_expected_T,
    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