Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kMlirToGraphFlag (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate_registration_test.cc

    namespace {
    
    class MlirTranslationTest : public ::testing::Test {
     private:
      static constexpr char kMlirToGraphFlag[] = "-mlir-to-graph";
    
     public:
      MlirTranslationTest() : translation_(RegisterTranslation()) {
        // Create fake command line args so that the parser gets chosen.
        std::vector<const char*> argv = {""};
        argv.push_back(kMlirToGraphFlag);
        llvm::cl::ParseCommandLineOptions(argv.size(), &argv[0],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 23:11:32 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top