Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PerformStaticShapeInferenceBeforeEncapsulation (0.71 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      options.allow_internal_ops = true;
      std::unique_ptr<Graph> graph(new Graph(lib_def.get()));
      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;
    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