Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SerializeOptionsToBytes (0.28 sec)

  1. tensorflow/compiler/mlir/lite/transforms/legalize_tensorlist.cc

    using ::mlir::MLIRContext;
    using ::mlir::Operation;
    using ::mlir::TensorType;
    using ::mlir::Type;
    using ::mlir::Value;
    using ::mlir::TF::VariantType;
    using ::mlir::TFL::ConstBytesAttr;
    
    ConstBytesAttr SerializeOptionsToBytes(MLIRContext* context,
                                           const std::vector<uint8_t>& options) {
      std::string content;
      content.assign(reinterpret_cast<const char*>(options.data()), options.size());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 23:04:40 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top