| 211 | }; |
| 212 | |
| 213 | class SmallScatterScalarDataset final : public ScatterDataset |
| 214 | { |
| 215 | public: |
| 216 | // batched scalar case |
| 217 | SmallScatterScalarDataset() |
| 218 | { |
| 219 | add_config(TensorShape(6U, 5U), TensorShape(6U), TensorShape(2U, 6U), TensorShape(6U, 5U)); |
| 220 | add_config(TensorShape(6U, 5U), TensorShape(6U, 6U), TensorShape(2U, 6U, 6U), TensorShape(6U, 5U)); |
| 221 | add_config(TensorShape(3U, 3U, 6U, 5U), TensorShape(6U, 6U), TensorShape(4U, 6U, 6U), |
| 222 | TensorShape(3U, 3U, 6U, 5U)); |
| 223 | } |
| 224 | }; |
| 225 | |
| 226 | // This dataset is for data types that does not require full testing. It contains selected tests from the above. |
| 227 | class SmallScatterMixedDataset final : public ScatterDataset |
no outgoing calls
no test coverage detected