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

Function CastCopy

src/core/tensor/tensor_math.h:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97template <typename DTypeSrc, typename DTypeDst, typename Lang>
98void CastCopy(const Tensor *src, Tensor *dst, Context *ctx) {
99 LOG(FATAL) << "CastCopy not Implemented for DTypeSrc=" << typeid(DTypeSrc).name()
100 << " DTypeDst=" << typeid(DTypeDst).name() << " Lang=" << typeid(Lang).name();
101}
102
103template <typename DType, typename Lang>
104void Ceil(const Tensor &in, Tensor *out, Context *ctx) {

Callers

nothing calls this directly

Calls 1

nameMethod · 0.80

Tested by

no test coverage detected