82 Commits (fe625866adb0b7c0c83ee4de7876d2257365bb49)

Author SHA1 Message Date
  Sam Harwell e40b2f7925 Suppress CS0219 (Variable is assigned but its value is never used) 5 years ago
  Sam Harwell f7e61b0199 Implement SafeImportGraphDefResultsHandle as a wrapper for TF_ImportGraphDefResults 5 years ago
  Sam Harwell caae2dbd66 Implement SafeBufferHandle as a wrapper for TF_Buffer 5 years ago
  Sam Harwell 09466c1334 Implement SafeImportGraphDefOptionsHandle as a wrapper for TF_ImportGraphDefOptions 5 years ago
  Sam Harwell 8f8b0fdaff Merge remote-tracking branch 'SciSharp/master' into safe-status-handle 5 years ago
  Oceania2018 6989cb1ce5 Add EagerRunner to fix memory leak and exception. 5 years ago
  Sam Harwell d123f44322 Merge remote-tracking branch 'SciSharp/master' into safe-status-handle 5 years ago
  Oceania2018 fe76c9c877 Add ResourceVariable native api. 5 years ago
  Sam Harwell 7a30362cdb Implement SafeStatusHandle as a wrapper for TF_Status 5 years ago
  Oceania2018 e488c67662 TF_ImportGraphDefResults.return_tensors 6 years ago
  Oceania2018 49ee0ef06e release TF.NET v0.13.0. 6 years ago
  Oceania2018 b680700dae fix import_meta_graph without VariableV1 bug. #453 6 years ago
  Oceania2018 252543fbb8 Fix import_meta_graph exception if variables is empty. 6 years ago
  Oceania2018 a70077bbb4 BasicLSTMCell 6 years ago
  Oceania2018 945ac02415 Rollback Fix collections typing #448 6 years ago
  Mascha, Philipp b87081cc4a Made internal collection of graph a list. 6 years ago
  Oceania2018 66eddd6ba7 add debug info 6 years ago
  Oceania2018 58d714badd add _ResizeNearestNeighborGrad and _SwitchGrad 6 years ago
  Oceania2018 5c891eaa49 make get_collection<T> generic. 6 years ago
  Oceania2018 060cc37dd4 tf.sparse_tensor_to_dense, TensorShape.merge_with #396 6 years ago
  Oceania2018 1e5018334e tf.sparse_to_dense #396 6 years ago
  Oceania2018 116f21728c fix gen_nn_ops.fused_batch_norm return values. 6 years ago
  Eli Belash ae72160d33 Removed redundant deconstructors 6 years ago
  Eli Belash 9d6525ef9f Buffer: Revamped and all perf-optted all use-cases. 6 years ago
  Eli Belash 07453f6fbb ScopedTFImportGraphDefOptions: removed unnecessary deconstructor 6 years ago
  Oceania2018 683aeed693 tf.GraphKeys #359 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 1961e815e7 all examples passed, ready to merge to master. 6 years ago
  Oceania2018 164759174d merge with master. 6 years ago
  Oceania2018 03c1637748 remove ScopedTFGraph destructor. no carsh occurs any more. 6 years ago
  Oceania2018 f32692b1c7 Change Graph.Import interface. 6 years ago
  Oceania2018 31909cd802 Change Graph.Import interface. 6 years ago
  Oceania2018 a89c9aba34 rename with to tf_with, only use to construct graph purpose. 6 years ago
  Oceania2018 8178785b97 rename with to tf_with, only use to construct graph purpose. 6 years ago
  Oceania2018 6623162244 fix default graph and operation issue when import model. 6 years ago
  Oceania2018 a8aac8d0b8 fix default graph and operation issue when import model. 6 years ago
  Oceania2018 20b348c37a 1st stage to integrate with NumSharp. 6 years ago
  Johann Dirry 09345b9a82 implementing some additional methods (#317) 6 years ago
  Johann Dirry 0e9aeafad5 removing unused namespaces (#301) 6 years ago
  Pranov Duggasani edd5f51f25 Added Console.Write instead of ignoring exception 6 years ago
  Pranov Duggasani 29434d3d99 Added continue statement to as that is what is in the original python file and got rid off cast error 6 years ago
  Oceania2018 e5c0665415 auto download tensorflow for Windows. 6 years ago
  Esther2013 ddde8834e6 download tensorflow library automatically on Linux. 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
  Oceania2018 04c80f31d4 DigitRecognitionNN works, but the accuracy is only 92% after 10 epochs, it's supposed to be 97%. 6 years ago
  Deepak Battini 1143d866d6 Scoped Struct Added for Ops API extensions 6 years ago
  Oceania2018 efa28d4f65 Add a Tag to Tensor, Fixed Tensor Slice, AdamOptimizer #271 6 years ago
  Oceania2018 16da1c26ee add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices 6 years ago