| 102 | |
| 103 | template <typename DType, typename Lang> |
| 104 | void Ceil(const Tensor &in, Tensor *out, Context *ctx) { |
| 105 | LOG_FATAL("Ceil", DType, Lang); |
| 106 | } |
| 107 | |
| 108 | template <typename DType, typename Lang> |
| 109 | void Floor(const Tensor &in, Tensor *out, Context *ctx) { |
nothing calls this directly
no outgoing calls
no test coverage detected