Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for FlatBufferToMlir (0.13 sec)

  1. 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)
  2. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

        to_delete_funcs.push_back(cond);
      });
      for (auto& func : to_delete_funcs) {
        func.erase();
      }
    }
    }  // namespace
    
    OwningOpRef<mlir::ModuleOp> tflite::FlatBufferToMlir(
        absl::string_view buffer, MLIRContext* context, Location base_loc,
        bool use_external_constant,
        const std::vector<std::string>& ordered_input_arrays,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top