Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddToCluster (0.15 sec)

  1. tensorflow/compiler/jit/partially_decluster_pass_test.cc

                                              DT_FLOAT, ops::Placeholder::Attrs{});
      Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape);
    
      AddToCluster({reshape.node()}, "cluster_0");
      AddToCluster({shape.node()}, "cluster_1");
    
      auto graph = std::make_unique<Graph>(OpRegistry::Global());
      TF_ASSERT_OK(s.ToGraph(graph.get()));
      TF_ASSERT_OK(PartiallyDecluster(&graph));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 23K bytes
    - Viewed (0)
Back to top