Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InitGraphOptions (0.27 sec)

  1. tensorflow/compiler/mlir/mlir_graph_optimization_pass_test.cc

              std::move(optimization_pass));
          pass_result_expected_[pass_state][pass_run_result.ok()]++;
        }
        flib_ = std::make_unique<FunctionLibraryDefinition>(graph_->flib_def());
        InitGraphOptions();
      }
    
      void verifyGraph(const GraphDef& original_graph_def, bool changed = false) {
    // Proto matchers might be unavailable in the OSS.
    #if defined(PLATFORM_GOOGLE)
        GraphDef resulted_graph_def;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 08:25:30 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top