1.

c) The gradient is calculated multiplying two numbers between 0 and 1 

Answer»

Answer: [5]

The answer will be [5].

The program creates a GRAPH by using source operations. These source operations will pass their INFORMATION to other operations which will execute computations.

Here in ORDER to create TWO source operations which will output numbers, two constants are defined in a and b. After that, function tf.add() adds two elements and stores the calculation in c.

The with block then prints the result by opening the session.

After running the with block, session will CLOSE automatically.



Discussion

No Comment Found