- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for two_adds_and_mm (0.23 seconds)
-
tensorflow/c/eager/c_api_unified_experimental_test.cc
* * def two_adds_and_mm(A, B): * my_add1 = A + B * my_add2 = B + B * mm = tf.MatMul(my_add1,my_add2) * return my_add1, my_add2, mm * * Now we will execute this function with an eager context: * * A =[[0, 1],[1, 0]] * B =[[1, 0],[0, 1]] * * output1, output2, output3 = two_adds_and_mm(A, B) * * We expect outputs: *
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 39.1K bytes - Click Count (0)