Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enable_eager_execution (0.37 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)
Back to top