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

Function Sqrt

src/core/tensor/tensor_math.h:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288/// out[i]=sqrt(in[i])
289template <typename DType, typename Lang>
290void Sqrt(const Tensor &in, Tensor *out, Context *ctx) {
291 LOG_FATAL("Sqrt", DType, Lang);
292}
293
294/// out[i]=square(in[i])
295template <typename DType, typename Lang>

Callers 3

ForwardMethod · 0.50
ApplyMethod · 0.50
ApplyMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected