deleted unnecessary dependencies

This commit is contained in:
amturati 2020-09-16 17:36:04 +00:00
parent 37e04e2b59
commit 6d2a2cd6da
2 changed files with 0 additions and 3 deletions

View File

@ -39,7 +39,6 @@ using namespace std;
Status ScalarTensorHandleHelper(TFE_Context* ctx, float value,
TFE_TensorHandle** result) {
float data[] = {value};
// TF_Status* status = TF_NewStatus();
std::unique_ptr<TF_Status, decltype(&TF_DeleteStatus)> status(
TF_NewStatus(), TF_DeleteStatus);
TF_Tensor* t =

View File

@ -28,8 +28,6 @@ limitations under the License.
#include "tensorflow/c/experimental/ops/array_ops.h"
#include "tensorflow/c/experimental/ops/math_ops.h"
#include "tensorflow/c/experimental/ops/nn_ops.h"
#include "tensorflow/c/tf_status_helper.h"
#include "tensorflow/c/tf_tensor.h"
#include "tensorflow/core/lib/llvm_rtti/llvm_rtti.h"
// ========================== Tape Ops ==============================