Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enable_control_flow_v2 (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/upgrade_graph.cc

          "Failed to functionalize Control Flow V1 ops. Consider using Control "
          "Flow V2 ops instead. See https://www.tensorflow.org/api_docs/python/tf/"
          "compat/v1/enable_control_flow_v2.");
      return absl::OkStatus();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 14:33:47 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tests/make_test_graphs.py

          f.write(
              six.ensure_binary(
                  g.as_graph_def().SerializeToString(deterministic=True)
              )
          )
    
    
    def main(_):
      control_flow_util.enable_control_flow_v2()
      write_graph(tfadd, FLAGS.out_dir)
      write_graph(tfadd_with_ckpt, FLAGS.out_dir)
      write_graph(tfadd_with_ckpt_saver, FLAGS.out_dir)
      write_graph(tfassert_eq, FLAGS.out_dir)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 15 15:25:23 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top