Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_float_val (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/convert_tensor.cc

          break;
        case DT_FLOAT:
          ConvertFloatElementsAttr(dense_attr, output->mutable_float_val(),
                                   output->mutable_tensor_content());
          break;
        case DT_FLOAT8_E5M2:
          ConvertFloat8ElementsAttr<tsl::float8_e5m2>(dense_attr,
                                                      output->mutable_float8_val());
          break;
        case DT_FLOAT8_E4M3FN:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 20.5K bytes
    - Viewed (0)
Back to top