From 61bc941ffcf55f16e1f1c2c6ddfe26bd108ca9ee Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Thu, 24 Oct 2019 13:43:46 -0500 Subject: [PATCH] add IHaveFlatten --- src/TensorFlowNET.Core/{Operations => Util}/IFlatten.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/TensorFlowNET.Core/{Operations => Util}/IFlatten.cs (100%) diff --git a/src/TensorFlowNET.Core/Operations/IFlatten.cs b/src/TensorFlowNET.Core/Util/IFlatten.cs similarity index 100% rename from src/TensorFlowNET.Core/Operations/IFlatten.cs rename to src/TensorFlowNET.Core/Util/IFlatten.cs