Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Filion (0.43 sec)

  1. .github/workflows/trusted_partners.js

          lowercased_title.includes('windows') && domain.includes('intel.com'))
        assignees = intel_windows_assignees;
      const apple_silicon_assignees = ['penpornk', 'nitins17'];
      if (lowercased_title.includes('apple') &&
          lowercased_title.includes('silicon') && domain.includes('apple.com'))
        assignees = apple_silicon_assignees;
      if (lowercased_title.includes('tf-trt') && domain.includes('nvidia.com')) {
        assignees.push(
    JavaScript
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Feb 07 13:52:04 GMT 2023
    - 4.5K bytes
    - Viewed (0)
  2. RELEASE.md

    *   1.  Change import of keras from tensorflow as follows
    *   import tensorflow.keras as keras and import keras to import tf_keras as
        keras
    * **Apple Silicon users:** If you previously installed TensorFlow using
        `pip install tensorflow-macos`, please update your installation method. Use
        `pip install tensorflow` from now on.
    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)
Back to top