define tensorflow and run it
import tensorflow as tf a, b, c, d, e = tf.constant(5, name='input_a'), tf.constant(6, name='input_b'), tf.mul(a, b, name='mul_c'), tf.add(a, b, name='add_d'), tf.add( c, d, name='add_e') sess = tf.Session() sess.run(e) sess.close()
u
 
                     
                    
                 
                    
                
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号