tensorflow/src/TensorFlow/Types.hs (9 lines): - line 211: tensorVal = error "TODO (Complex Float)" - line 216: tensorVal = error "TODO (Complex Double)" - line 226: tensorVal = error "TODO Variant" - line 296: -- TODO: Haskell and tensorflow use different byte sizes for bools, which makes - line 312: decodeTensorData = error "TODO (Complex Float)" - line 313: encodeTensorData = error "TODO (Complex Float)" - line 316: decodeTensorData = error "TODO (Complex Double)" - line 317: encodeTensorData = error "TODO (Complex Double)" - line 582: -- TODO: Add support for Complex Float/Double. tensorflow-ops/src/TensorFlow/Gradient.hs (7 lines): - line 177: -- TODO: nicer - line 210: -- TODO: precache the rendering? - line 258: -- TODO: strictness (e.g., foldlM') - line 800: -- TODO: This could be either Int32 or Int64. - line 804: -- TODO: This could be either Int32 or Int64. - line 872: -- TODO (jcberentsen): Python implementation uses set_shape for - line 874: -- TODO: implement support for static shape inference tensorflow-ops/src/TensorFlow/Variable.hs (2 lines): - line 6: -- TODO: given that distinction, figure out a good story around - line 76: -- TODO: Consider supporting this better in op generation. tensorflow-ops/src/TensorFlow/Ops.hs (2 lines): - line 187: -- TODO: Look into hs-boot refactoring to allow mutually recursive imports. - line 252: -- TODO: Support heterogeneous list of tensors. tensorflow-ops/src/TensorFlow/Convolution.hs (2 lines): - line 55: -- TODO: Support other convolution parameters such as stride. - line 75: -- TODO: Address 1D convolution. tensorflow/src/TensorFlow/BuildOp.hs (2 lines): - line 185: -- TODO: unify with BuildResult (Tensor v) - line 305: -- TODO: be more type safe. tensorflow/src/TensorFlow/Tensor.hs (2 lines): - line 157: -- TODO: better name. - line 168: -- TODO: more generic way tensorflow/src/TensorFlow/Build.hs (1 line): - line 242: -- TODO: check against existing nodes for conflicts? stack.yaml (1 line): - line 22: # TODO: remove this once we stop depending on `snappy`. tensorflow/src/TensorFlow/Internal/FFI.hs (1 line): - line 198: -- TODO: Currently, it just makes a copy of the Tensor (and then deletes it), tensorflow-records/tensorflow-records.cabal (1 line): - line 22: -- TODO: Split Data.Digest.CRC32C out of snappy-framing for a tensorflow-core-ops/Setup.hs (1 line): - line 44: -- TODO: Generalize for user libraries by replacing getAllOpList with