Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ResetClusterSequenceNumber (1.95 sec)

  1. tensorflow/compiler/jit/tests/auto_clustering_test_helper.cc

    #include "tensorflow/tools/optimization/optimization_pass_runner.h"
    
    namespace tensorflow {
    namespace {
    absl::StatusOr<string> SummarizeClustering(
        const GraphDef& auto_clustered_graph_def) {
      testing::ResetClusterSequenceNumber();
      Graph graph(OpRegistry::Global());
      GraphConstructorOptions graph_opts;
      graph_opts.expect_device_spec = true;
      graph_opts.allow_internal_ops = true;
      TF_RETURN_IF_ERROR(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 12:11:46 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top