tensor flow

Overview


tensors


To create a scalar tensor


let scalar = tf.scalar(1)
//if not created within tidy, must dipose of tensor
tensor.dispose();
				




Contents