538 Commits (e73ed66b7c21ee2c339d9eccc666d57d667eabca)

Author SHA1 Message Date
  Oceania2018 e73ed66b7c add SafeTensorHandle to manage tensor handle reference. 4 years ago
  Oceania2018 f3cbd858e7 np.frombuffer 4 years ago
  Oceania2018 3c020dc492 fix memory crash when index < 0. 4 years ago
  Oceania2018 f32314e85b test meshgrid_same_ndim 4 years ago
  Oceania2018 1cf190fba5 tf.linalg.lstsq #823 4 years ago
  Oceania2018 16ff7a3daf fix keras pad_sequences. 4 years ago
  Oceania2018 734430d48c slice assign works 4 years ago
  Oceania2018 22effd6553 Using Shape instead of TensorShape. 4 years ago
  Oceania2018 8784c31cb3 change tensor shape to Shape. 4 years ago
  Oceania2018 39883aecef Change to use tensor as underlying data structure. 4 years ago
  Oceania2018 71488b4126 seperate TensorFlowNET.Graph.UnitTest project. 4 years ago
  Oceania2018 dded90a564 fix string tensor for non ascii char. 4 years ago
  Oceania2018 3c7207c251 fix GetDataType. 4 years ago
  Oceania2018 01e6a38cf5 auto cast by dtype when conveting to tensor. 4 years ago
  Oceania2018 1142f38d2f unify numpy dtype and tf dtype. 4 years ago
  Oceania2018 4c51d1b678 fixt build_results. 4 years ago
  Oceania2018 a947fd8aa9 fix NDArray indexing. 4 years ago
  Oceania2018 da33a8b18d Introduce Axis record type. 4 years ago
  Oceania2018 7f387d0db8 np.prod 4 years ago
  Oceania2018 3231500660 linspace and meshgrid. 4 years ago
  Oceania2018 f3eb31fb87 Built-in numpy api. 4 years ago
  Oceania2018 3d943a10c1 IDataset cardinality. 4 years ago
  Oceania2018 500f0c0cca Fix preserve_cardinality for ParallelMapDataset. 4 years ago
  Oceania2018 e67b2a5ff2 renamed tf.data.Dataset.from_tensors. 4 years ago
  Oceania2018 bc2f0b5d7e Upgrade to 2.5.0. 4 years ago
  MPnoy bf9c1adac7 GradientConcatTest 4 years ago
  Oceania2018 a653914321 Fix _SliceGrad #800 4 years ago
  MPnoy cd611f1750 GradientConcatTest 4 years ago
  MPnoy 0e0ff5860b GradientSliceTest 4 years ago
  Oceania2018 f55650d9e1 Fix gradient of squared_difference #787 4 years ago
  Lee Reid 8d0bd50f0e Added tests with ignore attribute 4 years ago
  Oceania2018 827d8f211e Add tf.print(). 4 years ago
  Niklas Gustafsson f874d3a1b8 random_uniform calls random_uniform_int when generating integer tensor. 4 years ago
  Niklas Gustafsson 37ca023036 Adjusted implementation of Gather to correspond to Python implementation. 4 years ago
  Sebastian Hantsch bc9c8dee44 Fix for random_shuffle (named arg seed/seed2) 4 years ago
  Sebastian Hantsch 1d90fbfb5d Merge master 4 years ago
  Sebastian Hantsch 3db1b2886f Unit test for Dataset shuffle 4 years ago
  Oceania2018 0142174058 Add tf.string.string_length. 4 years ago
  Oceania2018 559921585d Fix string_split_v2 return RaggedTensor. 4 years ago
  Oceania2018 a1ebd70c46 RowPartition and RaggedTensor 4 years ago
  Sebastian Hantsch d3e85fe84e Pass named args to RandomShuffle; seed handling more simular to python 4 years ago
  Oceania2018 ac53791c03 Upgrade to SciSharp.TensorFlow.Redist v2.4.1 4 years ago
  Oceania2018 286013955a Remove Range due to confilict. 4 years ago
  lsylusiyao fb903d8703 Add random seed test to help reproduce training 4 years ago
  Oceania2018 c8643c4266 Add tf.math.erf #738 4 years ago
  Oceania2018 e661b82ec1 Fix ones_like. 4 years ago
  Oceania2018 0d5e5e0b66 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 4 years ago
  Oceania2018 1f6748864a Refactor string tensor. 4 years ago
  Banyc df3a7f4698 Add ones_like test case 4 years ago
  Oceania2018 a6ee058d00 Memory leak in FuncGraph #727. 4 years ago