105 Commits (81b10e37809d5ae57989f55d4102a0a367d4322c)

Author SHA1 Message Date
  Hallupa f566505c09 Add Softmax support and throw exception if activation isn't found 4 years ago
  Oceania2018 e73ed66b7c add SafeTensorHandle to manage tensor handle reference. 4 years ago
  Oceania2018 bcb28f3d3b fix keras reshape layer. 4 years ago
  Oceania2018 22effd6553 Using Shape instead of TensorShape. 4 years ago
  Oceania2018 da33a8b18d Introduce Axis record type. 4 years ago
  Oceania2018 3231500660 linspace and meshgrid. 4 years ago
  Oceania2018 f3eb31fb87 Built-in numpy api. 4 years ago
  Oceania2018 11fdd9a8ee Remove Range class due to conflict with .net 5. 4 years ago
  Oceania2018 9a4c518401 Change Config as JObject in KerasMetaData 4 years ago
  Oceania2018 76a342c91d Add keras Resizing layer. 4 years ago
  MPnoy b1e17f1682 some RNN 4 years ago
  Niklas Gustafsson 37ca023036 Adjusted implementation of Gather to correspond to Python implementation. 4 years ago
  Niklas Gustafsson 616b62bd4f Implemented Conv1D and unit tests. 4 years ago
  Niklas Gustafsson 2a42bcd09b Added unit tests for Keras Conv2D 4 years ago
  Niklas Gustafsson f3da1cd9b7 Added unit tests for Conv2D 4 years ago
  Niklas Gustafsson 3a2b270a7e Adding doc comment for LSTM 4 years ago
  Niklas Gustafsson 4181722004 Adding doc comments to the Keras Layers Api class 4 years ago
  Oceania2018 0142174058 Add tf.string.string_length. 4 years ago
  Oceania2018 a1ebd70c46 RowPartition and RaggedTensor 4 years ago
  Oceania2018 bbc2e98a51 IndexLookup, Accumulator. 4 years ago
  Niklas Gustafsson dc5a59c794 Added 1D pooling APIs and unit tests. 4 years ago
  Oceania2018 90638a8352 TextVectorization 4 years ago
  Oceania2018 4ef675faf9 Consolidate MapDataset function. 4 years ago
  Oceania2018 6a8665f111 Add Conv2DTranspose #735 4 years ago
  MPnoy d89609a4e3 Blank SimpleRNN and test for it 4 years ago
  Oceania2018 26a04bd083 Add Subtract layer. 4 years ago
  Oceania2018 a6ee058d00 Memory leak in FuncGraph #727. 4 years ago
  Oceania2018 3bfdedcdfb Change filter as IVariableV1 in conv2d. 4 years ago
  Oceania2018 d2e50dda55 Add keras model.predict. 4 years ago
  Oceania2018 6fe6057ff4 Adjust unit test project. 4 years ago
  Oceania2018 58d2daebfa Fix graph instance in InputLayer. 4 years ago
  Oceania2018 7293c328f7 ConcatV2 should be recorded #701 4 years ago
  Oceania2018 14c26e7e07 Mul gradient is not correct in TensorFlowOpLayer #698 4 years ago
  Oceania2018 fd64ad1b44 Fix Sequential model. 4 years ago
  Oceania2018 6d66092ed6 Allow ComputeOutputShape to override in subclass #660. 4 years ago
  Oceania2018 fafed7dd7d Massive updates for TensorFlowOpLayer #652 4 years ago
  Oceania2018 ea3fc6ade2 organize keras files. 4 years ago
  Oceania2018 905c4a9ee8 Add keras.layers.Reshape. 4 years ago
  Oceania2018 b58c24136c Add keras.Concatenate. 4 years ago
  Oceania2018 94ad2f5331 Add layers of ZeroPadding2D and UpSampling2D. 4 years ago
  Oceania2018 3e76c19879 Add LeakyReLU layer. 4 years ago
  Oceania2018 1623bb87a7 fix _assign_new_value for BatchNormaliztion. 4 years ago
  Oceania2018 ae9a161cd7 Add assign_lazy_load for ResourceVariable. 4 years ago
  Oceania2018 59106f8bc3 Add Merge and Add layer. 4 years ago
  Oceania2018 8b9fca47e9 Add save and restore model from config. 4 years ago
  Oceania2018 dff4f510af model.get_config for Keras. 4 years ago
  Oceania2018 41df785232 Seperated Keras from binding project. 4 years ago
  Sam Harwell 044fe6d4fc Suppress CS0108 (Member hides inherited member; missing new keyword) 5 years ago
  Oceania2018 fe76c9c877 Add ResourceVariable native api. 5 years ago
  Deepak Battini 2dd7ac9195 Base layer skeleton added 5 years ago