Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertIntElementsAttr (0.19 sec)

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

          break;
        case DT_QUINT16:
        case DT_INT16:
          ConvertIntElementsAttr<int, int16_t>(dense_attr,
                                               output->mutable_int_val(),
                                               output->mutable_tensor_content());
          break;
        case DT_INT32:
          ConvertIntElementsAttr(dense_attr, output->mutable_int_val(),
                                 output->mutable_tensor_content());
    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