Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeOuterGraph (0.17 sec)

  1. tensorflow/compiler/jit/encapsulate_xla_computations_pass_test.cc

    #include "tensorflow/core/lib/strings/proto_serialization.h"
    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/util/equal_graph_def.h"
    
    namespace tensorflow {
    
    static std::unique_ptr<Graph> MakeOuterGraph(
        const FunctionLibraryDefinition& flib_def, const string& function) {
      Scope scope = Scope::NewRootScope().ExitOnError();
      TF_EXPECT_OK(scope.graph()->AddFunctionLibrary(flib_def.ToProto()));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 16 18:03:15 UTC 2023
    - 14.7K bytes
    - Viewed (0)
Back to top