119 Commits (6b2fa402c40c14c629c9748bf40aff55abd2cab1)

Author SHA1 Message Date
  Eli Belash f1bc50ecb7 Reverted: DefaultGraphStack: Perf-ops 6 years ago
  Eli Belash 9d6525ef9f Buffer: Revamped and all perf-optted all use-cases. 6 years ago
  Eli Belash bd18f5db17 Removed all use-cases of Marshal.PtrToStructure in favor of unsafe ptrs. 6 years ago
  Eli Belash f433c32c44 DefaultGraphStack: Perf-ops 6 years ago
  Eli Belash 916ebc53b2 BaseSession: Heavy perf-ops in sess.run logic-flow. 6 years ago
  Eli Belash 76a9729579 DefaultGraphStack: Revamped 6 years ago
  Eli Belash 4be99ecdd8 Graph.cs: refactor and added docs 6 years ago
  Eli Belash 891346e4e3 Refactored DisposableObject 6 years ago
  Oceania2018 226720dd88 Merge Tensorflow.Python into Tensorflow.Binding. 6 years ago
  Oceania2018 67a58b3eac change tensorflow to non-static class in order to execute some initialization. 6 years ago
  Oceania2018 879067deb4 tf.WhileContext() 6 years ago
  Oceania2018 03c1637748 remove ScopedTFGraph destructor. no carsh occurs any more. 6 years ago
  Oceania2018 8a50673baa Make Graph inherits from DisposableObject. 6 years ago
  Oceania2018 31909cd802 Change Graph.Import interface. 6 years ago
  Oceania2018 de696fb341 new operation alwasy in current graph. 6 years ago
  Oceania2018 b06b09932e add DisposableObject as base class. 6 years ago
  Oceania2018 2c8771429c release v0.10.7.2. 6 years ago
  Oceania2018 33d82e8817 GC.SuppressFinalize for TF object. 6 years ago
  Oceania2018 a8aac8d0b8 fix default graph and operation issue when import model. 6 years ago
  Oceania2018 8f9f5e36dd add Prediction function for Transfer Learning 6 years ago
  Johann Dirry 0e9aeafad5 removing unused namespaces (#301) 6 years ago
  Oceania2018 1a5a7f8cf6 Released the SciSharp.TensorFlow.Redist. It's a migration from Microsoft.ML.TensorFlow.Redist. ML.NET team will not maintain the package since ML.NET v1.3.0. 6 years ago
  Oceania2018 b44fda96a7 remove Microsoft.ML.TensorFlow.Redist dependency. 6 years ago
  Oceania2018 7950e8e9e4 apply the Apache License boilerplate notice at the top of every single file. 6 years ago
  Deepak Kumar c62d9ee520 AddControlInput and UpdateEdge works.. 6 years ago
  Deepak Battini 1143d866d6 Scoped Struct Added for Ops API extensions 6 years ago
  Deepak Battini e4c9437664 ZeroFraction core function impl done! Control Flow is not implemented with AddControlInput and UpdateEdge which is not exposed as C_API. Need to implement it seperately. 6 years ago
  Oceania2018 92b3a88be7 overload Graph.Import(byte[] bytes) 6 years ago
  Oceania2018 477d03db16 remove order of _control_dependencies_for_inputs. 6 years ago
  Oceania2018 89f305ca08 fix shape issue for IndexedSlice 6 years ago
  Oceania2018 b357cad63c fix -1 index for _ConcatGradHelper 6 years ago
  Oceania2018 c4a585c320 remove global static Graph instance. 6 years ago
  Oceania2018 7a706c9ca7 fix unique_layer_name 6 years ago
  Oceania2018 84440b2e01 manually construct graph for retain layer. 6 years ago
  Meinrad Recheis 08266afb0b minor change in TextClassificationTrain 6 years ago
  Juanu Haedo c654c6bc61 - Changed return value of get_tensor_by_name 6 years ago
  Juanu Haedo 31a106dc23 Added get_tensor_by_name to the Graph class 6 years ago
  Meinrad Recheis 692faaa9bd gradients/flow control: added much missing structure 6 years ago
  Oceania2018 d65c0d3ec7 add api of AddControlInput 6 years ago
  Oceania2018 f4067f28f7 tf.train.import_meta_graph can import CondContext. 6 years ago
  Oceania2018 949ab3e239 add TF_UpdateEdge interface 6 years ago
  Meinrad Recheis a7b76704fa CondContext: implemented missing functionality 6 years ago
  Meinrad Recheis e7707cbfad added GraphTests, all Igored at the moment 6 years ago
  Meinrad Recheis 6a820d8178 changes in CondContext and control_flow_ops.cond 6 years ago
  Meinrad Recheis 40af0c5f8a Graph.unique_name fixed + test case 6 years ago
  Meinrad Recheis e27bf7bb83 _ControlDependenciesController: fixed a bug related to stack order 6 years ago
  Meinrad Recheis 5a2d265d72 Graph.control_dependencies: added overload and updated implementation which was far from the original functionality. 6 years ago
  Meinrad Recheis cba10528bd Graph: fixed bug with dependencies of nested with calls 6 years ago
  Meinrad Recheis 923d8458b2 more documentation strings 6 years ago
  Meinrad Recheis b6a9cd634f Added documentation comments from tf source 6 years ago