|
|
@@ -1,5 +1,5 @@ |
|
|
|
/***************************************************************************** |
|
|
|
Copyright 2018 The TensorFlow.NET Authors. All Rights Reserved. |
|
|
|
Copyright 2020 Haiping Chen. All Rights Reserved. |
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
you may not use this file except in compliance with the License. |
|
|
@@ -43,7 +43,7 @@ namespace Tensorflow |
|
|
|
/// </summary> |
|
|
|
public partial class c_api |
|
|
|
{ |
|
|
|
public const string TensorFlowLibName = "tensorflow"; |
|
|
|
public const string TensorFlowLibName = @"D:\SciSharp\tensorflow-google\bazel-bin\tensorflow\tensorflow.dll"; |
|
|
|
|
|
|
|
public static string StringPiece(IntPtr handle) |
|
|
|
{ |
|
|
|