Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for memgraph (0.19 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        Subgraph& subgraph = entry.second;
        FixupSourceAndSinkEdges(subgraph.GetGraph());
      }
    
      if (VLOG_IS_ON(1)) {
        // Dump subgraphs.
        for (auto& entry : subgraphs_) {
          DumpGraphToFile(
              absl::StrCat("encapsulate_subgraphs_subgraph_", entry.first),
              *entry.second.GetGraph(), library);
        }
      }
    
      return s;
    }
    
    Status Encapsulator::BuildFunctionDefs(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  2. tensorflow/c/c_api_test.cc

      metagraph_def.ParseFromArray(metagraph->data, metagraph->length);
      TF_DeleteBuffer(metagraph);
    
      EXPECT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s);
      CSession csession(session);
    
      // Retrieve the regression signature from meta graph def.
      const auto signature_def_map = metagraph_def.signature_def();
      const auto signature_def = signature_def_map.at("regress_x_to_y");
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/buildlist.go

    			// from the go.work file and preserve the invariant that all
    			// of rs.rootModules are in mg.g.
    			roots = rs.rootModules
    		}
    		mg := &ModuleGraph{
    			g: mvs.NewGraph(cmpVersion, roots),
    		}
    
    		if rs.pruning == pruned {
    			mainModule := MainModules.mustGetSingleMainModule()
    			// The roots of a single pruned module should already include every module in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top