Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for data_type_ (0.12 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // trouble calling ConvertToTensor(). For now, extract the tensor data from
      // ElementsAttr directly in this and read type from tflite::TensorType instead
      // of tensorflow::DataType.
      auto type = mlir::cast<TensorType>(value.getType());
      tflite::TensorType tflite_element_type =
          GetTFLiteType(type.getElementType()).value();
      if (tflite_element_type == tflite::TensorType_INT4) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top