File tree Expand file tree Collapse file tree
test/TensorFlowNET.UnitTest/ManagedAPI Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using MethodBoundaryAspect . Fody . Attributes ;
1+ /* using MethodBoundaryAspect.Fody.Attributes;
22using System;
33using System.Collections.Generic;
44using System.Linq;
@@ -77,4 +77,4 @@ public override void OnExit(MethodExecutionArgs args)
7777 args.ReturnValue = function(originalInputs);
7878 }
7979 }
80- }
80+ }*/
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ https://tensorflownet.readthedocs.io</Description>
7777
7878 <ItemGroup >
7979 <PackageReference Include =" Google.Protobuf" Version =" 3.11.4" />
80- <PackageReference Include =" MethodBoundaryAspect.Fody" Version =" 2.0.138" />
8180 <PackageReference Include =" NumSharp.Lite" Version =" 0.1.8" />
8281 <PackageReference Include =" Protobuf.Text" Version =" 0.4.0" />
8382 </ItemGroup >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public void MulInAutoGraph()
4040 /// <param name="a"></param>
4141 /// <param name="b"></param>
4242 /// <returns></returns>
43- [ AutoGraph ]
43+ // [AutoGraph]
4444 Tensor Mul ( Tensor a , Tensor b )
4545 {
4646 return a * b ;
You can’t perform that action at this time.
0 commit comments