Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_int_val (0.23 sec)

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

          ConvertIntElementsAttr<int, tsl::int4>(dense_attr,
                                                 output->mutable_int_val(),
                                                 output->mutable_tensor_content());
          break;
        case tensorflow::DT_UINT4:
          ConvertUIntElementsAttr<int, tsl::uint4>(
              dense_attr, output->mutable_int_val(),
              output->mutable_tensor_content());
          break;
        case DT_QUINT8:
        case DT_INT8:
    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