30 Commits (2e45a0cf0b4b8c8959d42241a81741f530985564)

Author SHA1 Message Date
  Oceania2018 2e45a0cf0b support import CondContext, upgrade to tensorflow v1.14rc0 6 years ago
  Meinrad Recheis 2bf72e9d62 nest.map_structure: fixed bug when merging multiple structures 6 years ago
  Meinrad Recheis ade4ef7f65 nest.map_structure implemented and tested 6 years ago
  Meinrad Recheis 9092c05b4c with: added debugger attribute to let debugger not break in with but at the origin of the exception 6 years ago
  Meinrad Recheis abc99080b7 removed Debugger.Break() again because rethrowing the exception is even better, debugger will break directly at the cause of the exception (if attached) 6 years ago
  Meinrad Recheis 4bc97cd478 added all examples to the unit testing suite 6 years ago
  Meinrad Recheis 646f62e91f in debug mode, added Debugger.Break() when an exception is thrown in a with block 6 years ago
  Meinrad Recheis 6a820d8178 changes in CondContext and control_flow_ops.cond 6 years ago
  Meinrad Recheis 98ff3c53a2 added PythonTest, a base class for tests that holds useful assertions like AssertItemsEqual 6 years ago
  Oceania2018 bfdaa6b94d work with NumSharp v0.9 6 years ago
  Oceania2018 369d8abd7a _ShapesFullySpecifiedAndEqual 6 years ago
  haiping008 16a59afe37 assign_sub, smart_cond 6 years ago
  Oceania2018 b5360269b5 fix Operation.get_attr for all properties. 6 years ago
  Haiping c37ab7d331
Merge pull request #185 from PppBr/master 6 years ago
  Bo Peng a2fdf69a43 rich the zip API by implemented IEnumerable<(T1, T2)> zip<T1, T2>(NDArray t1, NDArray t2) 6 years ago
  Oceania2018 5a7d28c200 simplify with function. 6 years ago
  haiping008 3b93c7b0fb linear regression test 1 6 years ago
  haiping008 c7cf8b6084 add op_def_registry to load all registered op list. 6 years ago
  haiping008 e0f1ac0415 Add many Saveable classes. 6 years ago
  Oceania2018 8408dcd61f fixed #170 6 years ago
  haiping008 5ccef1bd65 Allow list parameter in OpDefLibrary 6 years ago
  Oceania2018 f3427cb361 fixed operand should be mul/x:0 #155 6 years ago
  haiping008 8c2c18a216 GradientTest.Gradients 6 years ago
  haiping008 c6169e8758 change Python.zip to use yield return. 6 years ago
  Oceania2018 651d5d2100 a bunch of changes for Gradients. 6 years ago
  Oceania2018 f4b6d509ca fix HelloWorld example exception. 6 years ago
  haiping008 b3497f31f2 finished tf.zeros #143 6 years ago
  Oceania2018 01f5ab984b tf.zeros 6 years ago
  Oceania2018 8f42762f1c Add control_inputs in Operation #141 6 years ago
  Oceania2018 ca1fa35b8e Add VariableTest.Add test in UnitTest 6 years ago