Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFunctionLibraryRuntime (0.15 sec)

  1. tensorflow/compiler/jit/compilability_check_util_test.cc

        return std::make_unique<RecursiveCompilabilityChecker>(op_filter_,
                                                                device_type_);
      }
    
      FunctionLibraryRuntime* GetFunctionLibraryRuntime() {
        OptimizerOptions opts;
        pflr_ = std::make_unique<ProcessFunctionLibraryRuntime>(
            nullptr, Env::Default(), /*config=*/nullptr, TF_GRAPH_DEF_VERSION,
            flib_def_.get(), opts);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 22.3K bytes
    - Viewed (0)
Back to top