Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for _Graph (0.19 sec)

  1. tensorflow/c/c_api.cc

      TF_Graph* const graph = s->graph;
      if (graph != nullptr) {
        graph->mu.lock();
        graph->sessions.erase(s);
        const bool del = graph->delete_requested && graph->sessions.empty();
        graph->mu.unlock();
        if (del) delete graph;
      }
      delete s->session;
      delete s;
    }
    
    void TF_SessionRun(TF_Session* session, const TF_Buffer* run_options,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      // Build host side graph for the "If" node.
      // If then/else branch does not have outside compilation, we won't build host
      // graph for the branch. But here we need a host graph for both branches, so
      // we need to create a no-op host graph.
      if (!then_branch_has_outside_compilation) {
        std::unique_ptr<Graph> then_branch_host_graph(new Graph(fld));
        std::vector<string> then_branch_host_graphs;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/framework/versions.pb.h"
    #include "tensorflow/core/graph/algorithm.h"
    #include "tensorflow/core/graph/graph.h"
    #include "tensorflow/core/graph/graph_debug_info_builder.h"
    #include "tensorflow/core/graph/node_builder.h"
    #include "tensorflow/core/graph/tensor_id.h"
    #include "tensorflow/core/grappler/utils/transitive_fanin.h"
    #include "tensorflow/core/lib/core/errors.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

              }
              "tf.Yield"(%graph#0, %graph#1, %graph#2) :
              // expected-remark@above {{ID: 7}}
                (tensor<*x!tf_type.resource<tensor<32xf32>>>,
                tensor<*x!tf_type.resource<tensor<32xf32>>>,
                tensor<*x!tf_type.resource<tensor<32xf32>>>) -> ()
            },
            {
              %graph:3 = tf_executor.graph {
              // expected-remark@above {{ID: 13}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      std::unique_ptr<Graph> graph =
          std::unique_ptr<Graph>(new Graph(OpRegistry::Global()));
      GraphConstructorOptions opts;
      opts.allow_internal_ops = true;
      TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(opts, graphdef, graph.get()));
      FunctionDef* fdef = library->add_function();
      TF_RETURN_IF_ERROR(GraphToFunctionDef(
          *graph,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

            tf_executor.fetch %arg0, %arg1, %add_out, %mul_out, %chain_0_sink, %chain_1_sink : !tf_res, !tf_res, tensor<f32>, tensor<f32>, tensor<i32>, tensor<i32>
          }
          return %graph#0, %graph#1, %graph#2, %graph#3, %graph#4, %graph#5 : !tf_res, !tf_res, tensor<f32>, tensor<f32>, tensor<i32>, tensor<i32>
        }
        ```
      }];
    
      let constructor = "tf_executor::CreateTFExecutorConvertControlToDataOutputsPass()";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  7. src/crypto/x509/verify_test.go

    	return chainStrings
    }
    
    func TestPathBuilding(t *testing.T) {
    	tests := []struct {
    		name           string
    		graph          trustGraphDescription
    		expectedChains []string
    		expectedErr    string
    	}{
    		{
    			// Build the following graph from RFC 4158, figure 7 (note that in this graph edges represent
    			// certificates where the parent is the issuer and the child is the subject.) For the certificate
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        )
    
        # Tests table lookup to make sure the table has been initialized
        # successfully.
        with session.Session(graph=ops.Graph()) as sess:
          output_meta_graph_def = saved_model_loader.load(
              sess, tags=tags, export_dir=self._output_saved_model_path
          )
    
          # The graph should contain a quantized function call (it contains a
          # single f32 matmul node).
          self.assertTrue(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  9. pkg/controller/garbagecollector/garbagecollector_test.go

    			actualActionSet, expectedActionSet.Difference(actualActionSet))
    	}
    }
    
    // verifyGraphInvariants verifies that all of a node's owners list the node as a
    // dependent and vice versa. uidToNode has all the nodes in the graph.
    func verifyGraphInvariants(scenario string, uidToNode map[types.UID]*node, t *testing.T) {
    	for myUID, node := range uidToNode {
    		for dependentNode := range node.dependents {
    			found := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  10. src/cmd/go/alldocs.go

    //
    // The -go flag causes graph to report the module graph as loaded by the
    // given Go version, instead of the version indicated by the 'go' directive
    // in the go.mod file.
    //
    // The -x flag causes graph to print the commands graph executes.
    //
    // See https://golang.org/ref/mod#go-mod-graph for more about 'go mod graph'.
    //
    // # Initialize new module in current directory
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top