Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for enable_eager_execution (0.34 sec)

  1. tensorflow/compiler/mlir/tfr/integration/graph_decompose_test.py

        self.assertAllClose(sq.numpy().reshape(-1), [-0.950213, 0, 5, 12])
    
    
    if __name__ == '__main__':
      os.environ['TF_MLIR_TFR_LIB_DIR'] = 'tensorflow/compiler/mlir/tfr/resources'
      ops.enable_eager_execution()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/integration/node_expansion_test.py

                resource=handle, dtype=dtypes.float32))
    
    
    if __name__ == '__main__':
      os.environ['TF_MLIR_TFR_LIB_DIR'] = 'tensorflow/compiler/mlir/tfr/resources'
      ops.enable_eager_execution()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  3. RELEASE.md

    (Terry) Tang, Yuxin Wu, Ziyue(Louis) Lu
    
    # Release 1.7.0
    
    ## Major Features And Improvements
    
    *   Eager mode is moving out of contrib, try `tf.enable_eager_execution()`.
    *   Graph rewrites emulating fixed-point quantization compatible with TensorFlow
        Lite, supported by new `tf.contrib.quantize` package.
    *   Easily customize gradient computation with `tf.custom_gradient`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top