fork download
  1. import tensorflow as tf
  2. import numpy as np
  3.  
  4.  
  5. print(tf.random.normal([4], 0, 1, tf.float32))
  6.  
  7.  
Success #stdin #stdout 1.02s 194588KB
stdin
Standard input is empty
stdout
Tensor("random_normal:0", shape=(4,), dtype=float32)