Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/flatbuffer_operator.h

        flatbuffers::FlatBufferBuilder *fbb);
    
    // Populates the array of mlir::NamedAttributes corresponding to the given
    // tflite::FlatbufferOptionsUnion.
    // We use an out parameter per LLVM convention
    void BuiltinOptionsToAttributes(
        tflite::BuiltinOptionsUnion op_union, mlir::Builder builder,
        // NOLINTNEXTLINE
        llvm::SmallVectorImpl<mlir::NamedAttribute> &attributes);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 21:00:09 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top