Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Demo (0.21 sec)

  1. RELEASE.md

    *   `LogMessage` now includes a timestamp as beginning of a message.
    *   Added MultiBox person detector example standalone binary.
    *   Android demo: Makefile build functionality added to build.gradle to fully
        support building TensorFlow demo in Android on Windows.
    *   Android demo: read MultiBox priors from txt file rather than protobuf.
    *   Added colocation constraints to `StagingArea`.
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
  2. configure.py

        environ_cp: copy of the os.environ.
    
      Returns:
        string of native cuda compute capabilities, separated by comma.
      """
      device_query_bin = os.path.join(
          environ_cp.get('CUDA_TOOLKIT_PATH'), 'extras/demo_suite/deviceQuery')
      if os.path.isfile(device_query_bin) and os.access(device_query_bin, os.X_OK):
        try:
          output = run_shell(device_query_bin).split('\n')
          pattern = re.compile('[0-9]*\\.[0-9]*')
    Python
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top