MCPcopy Create free account
hub / github.com/apache/singa / Ceil

Function Ceil

src/core/tensor/tensor_math.h:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103template <typename DType, typename Lang>
104void Ceil(const Tensor &in, Tensor *out, Context *ctx) {
105 LOG_FATAL("Ceil", DType, Lang);
106}
107
108template <typename DType, typename Lang>
109void Floor(const Tensor &in, Tensor *out, Context *ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected