Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for flatbuffer_to_mlir (0.2 sec)

  1. tensorflow/compiler/mlir/lite/python/converter_python_api.cc

    #include "tensorflow/c/tf_status.h"
    #include "tensorflow/compiler/mlir/lite/debug/debug_options.pb.h"
    #include "tensorflow/compiler/mlir/lite/metrics/error_collector.h"
    #include "tensorflow/compiler/mlir/lite/python/flatbuffer_to_mlir.h"
    #include "tensorflow/compiler/mlir/lite/python/graphdef_to_tfl_flatbuffer.h"
    #include "tensorflow/compiler/mlir/lite/python/jax_to_tfl_flatbuffer.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/python/mlir.cc

                       ("Unable to load input file " + error).c_str());
          return;
        }
    
        auto buffer_view =
            std::string_view(buffer->getBufferStart(), buffer->getBufferSize());
        module = tflite::FlatBufferToMlir(
            buffer_view, &context, loc, use_external_constant, ordered_input_arrays,
            ordered_output_arrays);
        mlir::PassManager pm(&context, module.get()->getName().getStringRef(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top