69 Commits (9d6525ef9f85da8685ab2fbb6c0c091f6596d699)

Author SHA1 Message Date
  Eli Belash 9d6525ef9f Buffer: Revamped and all perf-optted all use-cases. 6 years ago
  Oceania2018 8a50673baa Make Graph inherits from DisposableObject. 6 years ago
  Oceania2018 3d085c4e73 exception when OpType handle is zero. 6 years ago
  Oceania2018 c12b5b9d58 Removed shared Status instance in Operation. 6 years ago
  Johann Dirry 0e9aeafad5 removing unused namespaces (#301) 6 years ago
  Oceania2018 7950e8e9e4 apply the Apache License boilerplate notice at the top of every single file. 6 years ago
  Oceania2018 bf3d1e969c Whooray, finally make AdamOptimizer work as expected. 6 years ago
  Oceania2018 fed0550c12 fix rank_internal, add gradients_util 6 years ago
  Oceania2018 8e2e31cc67 add Gradient for GatherV2, MaxPool, op. 6 years ago
  haiping008 cc0b994d8c rollback object detection example. 6 years ago
  Oceania2018 6a1ed38e02 fix #229 6 years ago
  Oceania2018 d65c0d3ec7 add api of AddControlInput 6 years ago
  Oceania2018 44316321cf merge with 6 years ago
  Oceania2018 04394f2948 add more debug code 6 years ago
  Meinrad Recheis fe3440f2f9 Merge remote-tracking branch 'upstream/master' 6 years ago
  Oceania2018 f4067f28f7 tf.train.import_meta_graph can import CondContext. 6 years ago
  Oceania2018 5627443b7e change tf.math.multiply, math.add to generic. 6 years ago
  Meinrad Recheis 33c4a9a45a Operation: _update_inputs works now 6 years ago
  Oceania2018 6fc9add863 Fixed Node 57, but node 61 still error. #226 6 years ago
  Meinrad Recheis efe5ef24b9 finally fixed TestCond test case 6 years ago
  Meinrad Recheis a7b76704fa CondContext: implemented missing functionality 6 years ago
  Meinrad Recheis f079605032 Operation: implemented support for Tensors in Operation constructor + Test 6 years ago
  Meinrad Recheis b6a9cd634f Added documentation comments from tf source 6 years ago
  haiping008 c491c17921 pass c_api.TF_AddControlInput 6 years ago
  haiping008 7753183941 Shape error for gradients/Sum_grad/Tile #193 6 years ago
  Oceania2018 54427278aa change CondContext to IControlFlowContext in Operation and Graph. 6 years ago
  haiping008 bad610d533 _TopKGrad, _SoftmaxCrossEntropyWithLogitsGrad 6 years ago
  Oceania2018 b5360269b5 fix Operation.get_attr for all properties. 6 years ago
  Oceania2018 48282b86c8 fixed #175 6 years ago
  haiping008 d61ccf0b96 linear regression 2 6 years ago
  haiping008 3b93c7b0fb linear regression test 1 6 years ago
  Oceania2018 5c2818e389 added KeyError exception. 6 years ago
  Oceania2018 596afe2059 #173 6 years ago
  Oceania2018 9bc0c86b0d Attempting to use uninitialized value v1 #172 6 years ago
  Oceania2018 d8f8a7f5bf Saver is inprogress. 6 years ago
  Oceania2018 459abbcb34 restore SaveableObject. 6 years ago
  Oceania2018 66f390a910 add operator overload for RefVariable. 6 years ago
  haiping008 afcc1ff92f add floor_div and where operations. 6 years ago
  haiping008 8c2c18a216 GradientTest.Gradients 6 years ago
  Oceania2018 27fbfb02c0 fix TF_OperationOutputNumConsumers 6 years ago
  Oceania2018 c56e2c89a3 finished #140 6 years ago
  Oceania2018 1a9e6102e8 accessed by index #132 6 years ago
  Oceania2018 8f42762f1c Add control_inputs in Operation #141 6 years ago
  Oceania2018 666372455c seperate Input and Output implementation from Operation 6 years ago
  haiping008 0511614861 ops.colocate_with 6 years ago
  haiping008 444cc42058 node_def property in Operation #134 6 years ago
  Oceania2018 c45361cca3 added InputList 6 years ago
  Oceania2018 1989988290 fix Operation.inputs value is null. #117 6 years ago
  Oceania2018 3265a38c08 add data type when determine which property should be taken out. #115 6 years ago
  Oceania2018 1876cc982f Fix Operation.get_attr #115 6 years ago