Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Mooring (0.17 sec)

  1. configure.py

          interpreted as a boolean indicator, assume that the user has made a
          scripting error, and will continue to provide invalid input.
          Raise the error to avoid infinitely looping.
      """
      if not question:
        question = 'Do you wish to build TensorFlow with {} support?'.format(
            query_item)
      if not yes_reply:
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Added top-k to precision and recall to keras metrics.
        *   Add a ragged size op and register it to the op dispatcher
        *   Transitive dependencies on :`pooling_ops` were removed. Some users may
            need to add explicit dependencies on :`pooling_ops` if they reference
            the operators from that library.
        *   Add `CompositeTensor` base class.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  3. tensorflow/BUILD

            "//tensorflow/lite/toco:toco_flags_proto_cc",
            "//tensorflow/lite/toco:toco_graphviz_dump_options",
            "//tensorflow/lite/toco:toco_port",
            "//tensorflow/lite/toco:toco_tooling",
            "//tensorflow/lite/toco:tooling_util",
            "//tensorflow/lite/toco:types_proto_cc",
            "//tensorflow/lite:framework",
            "//tensorflow/lite:shared_library",
            "//tensorflow/lite:stateful_error_reporter",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
Back to top