Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FunctionLibraryRuntime (0.19 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        const string& host_graph_func_name,
        const std::map<string, int>& host_compute_core, FunctionLibraryRuntime* flr,
        FunctionLibraryDefinition* fld, std::vector<string>* shape_inference_graphs,
        bool* has_outside_compilation) {
      // Convert the function to graph.
      const string& func_name = func_name_attrs.name();
      FunctionLibraryRuntime::Handle handle;
      TF_RETURN_IF_ERROR(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      s = ConvertGraphDefToGraph(options, *graphdef, graph.get());
      if (!s.ok()) return s;
    
      s = PerformStaticShapeInferenceBeforeEncapsulation(graph.get());
      if (!s.ok()) return s;
    
      // Create FunctionLibraryRuntime.
      SessionOptions session_options;
      std::vector<std::unique_ptr<Device>> devices;
      TF_CHECK_OK(DeviceFactory::AddDevices(
          session_options, "/job:localhost/replica:0/task:0", &devices));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top