- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for M1 (0.02 sec)
-
tensorflow/c/eager/c_api_test.cc
TFE_TensorHandle* m1 = TestMatrixTensorHandle(ctx); TFE_TensorHandle* m2 = DoubleTestMatrixTensorHandle3X2(ctx); TFE_Op* matmul = MatMulOp(ctx, m1, m2); TFE_OpSetDevice(matmul, "/job:localhost/replica:0/task:0/device:CPU:0", status); ASSERT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status); TFE_Op* matmul2 = MatMulOp(ctx, m1, m1);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 20:50:20 UTC 2023 - 94.6K bytes - Viewed (0)