@@ -1,4 +1,4 @@ | |||||
using MethodBoundaryAspect.Fody.Attributes; | |||||
/*using MethodBoundaryAspect.Fody.Attributes; | |||||
using System; | using System; | ||||
using System.Collections.Generic; | using System.Collections.Generic; | ||||
using System.Linq; | using System.Linq; | ||||
@@ -77,4 +77,4 @@ namespace Tensorflow.Graphs | |||||
args.ReturnValue = function(originalInputs); | args.ReturnValue = function(originalInputs); | ||||
} | } | ||||
} | } | ||||
} | |||||
}*/ |
@@ -77,7 +77,6 @@ https://tensorflownet.readthedocs.io</Description> | |||||
<ItemGroup> | <ItemGroup> | ||||
<PackageReference Include="Google.Protobuf" Version="3.11.4" /> | <PackageReference Include="Google.Protobuf" Version="3.11.4" /> | ||||
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.138" /> | |||||
<PackageReference Include="NumSharp.Lite" Version="0.1.8" /> | <PackageReference Include="NumSharp.Lite" Version="0.1.8" /> | ||||
<PackageReference Include="Protobuf.Text" Version="0.4.0" /> | <PackageReference Include="Protobuf.Text" Version="0.4.0" /> | ||||
</ItemGroup> | </ItemGroup> | ||||
@@ -40,7 +40,7 @@ namespace TensorFlowNET.UnitTest.ManagedAPI | |||||
/// <param name="a"></param> | /// <param name="a"></param> | ||||
/// <param name="b"></param> | /// <param name="b"></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
[AutoGraph] | |||||
// [AutoGraph] | |||||
Tensor Mul(Tensor a, Tensor b) | Tensor Mul(Tensor a, Tensor b) | ||||
{ | { | ||||
return a * b; | return a * b; | ||||