deleted unnecessary dependencies
This commit is contained in:
parent
37e04e2b59
commit
6d2a2cd6da
tensorflow/c/eager
@ -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 =
|
||||
|
@ -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 ==============================
|
||||
|
Loading…
Reference in New Issue
Block a user