Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Metral (0.09 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

     public:
      using GenericConvertReductionOp::GenericConvertReductionOp;
    
      static Value GetInitialValue(Type reduce_element_type, Location loc,
                                   PatternRewriter *rewriter) {
        // The neutral element of fp addition is -0.0, not 0.0: '0.0 + -0.0 = 0.0'.
        return GetScalarNegZeroOfType(reduce_element_type, loc, rewriter);
      }
    };
    
    // Converts Max op to HLO Reduce op.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    ### Docs
    
    * 📝 Update docs about async and response-model with more gender neutral language. PR [#1869](https://github.com/tiangolo/fastapi/pull/1869) by [@Edward-Knight](https://github.com/Edward-Knight).
    
    ### Translations
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top