Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/deadness_analysis_test.cc

      return ops::Switch(root.WithOpName(prefix + "/switch"), value, predicate);
    }
    
    TensorId ControlOutputFor(const Output& o) {
      return {o.node()->name(), Graph::kControlSlot};
    }
    
    void VLogGraphIfAsked(const Graph& graph) {
      if (VLOG_IS_ON(3)) {
        GraphDef graph_def;
        graph.ToGraphDef(&graph_def);
        string serialized;
        ::tensorflow::protobuf::TextFormat::PrintToString(graph_def, &serialized);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top