keras/keras_core/ops
hertschuh 9cfe2c281e Add support for Tensorflow SparseTensors: core classes. (#839)
This adds:
- Support for specifying  sparse in `KerasTensor` and `Input`.
- A boolean flag `backend.SUPPORTS_SPARSE_TENSORS`.
- Support for `tf.SparseTensor` is Tensorflow core ops.
2023-09-06 13:40:13 -07:00
..
__init__.py Namespace nit: operations -> ops 2023-06-28 15:36:45 -07:00
core_test.py Add support for Tensorflow SparseTensors: core classes. (#839) 2023-09-06 13:40:13 -07:00
core.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-14 16:58:49 -07:00
function_test.py Namespace nit: operations -> ops 2023-06-28 15:36:45 -07:00
function.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-17 19:00:11 -07:00
image_test.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-01 16:30:46 -07:00
image.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-01 16:30:46 -07:00
math_test.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-31 12:47:56 -07:00
math.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-31 12:47:56 -07:00
nn_test.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-11 08:24:07 -07:00
nn.py Fix bug: Log_Softmax with tuple axes + Add tests (#794) 2023-08-26 20:38:56 +03:00
node_test.py node test (#557) 2023-07-20 22:04:19 +05:30
node.py Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
numpy_test.py Improve the flexibility of standardize_dtype and fix pad in torch backend (#828) 2023-09-03 07:50:06 +08:00
numpy.py Nits 2023-08-29 09:54:47 -07:00
operation_test.py Fix naming in mobilenet_v3 and densenet (#759) 2023-08-21 23:25:41 +08:00
operation_utils_test.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-31 12:47:56 -07:00
operation_utils.py Merge branch 'main' of github.com:keras-team/keras-core 2023-08-31 12:47:56 -07:00
operation.py Make Keras layers autowrap torch modules 2023-08-31 15:43:37 -07:00
symbolic_arguments_test.py Keras tensor functions (#576) 2023-07-21 21:20:13 +05:30
symbolic_arguments.py Avoid some tree operations (#620) 2023-07-26 15:38:45 -07:00