Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPrecisionConfig (0.22 sec)

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

      if (axis < 0) {
        axis += rank;
      }
      return b->getI64IntegerAttr(axis);
    }
    
    // Returns a PrecisionConfig as an array attribute based on whether TF32
    // execution is enabled
    static ArrayAttr GetPrecisionConfig(Builder *builder) {
      mlir::mhlo::Precision precision = tsl::tensor_float_32_execution_enabled()
                                            ? mhlo::Precision::DEFAULT
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top