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

Function Pow

src/core/tensor/tensor_math.h:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242/// out[i] = pow(in[i], x)
243template <typename DType, typename Lang>
244void Pow(const Tensor &in, const DType x, Tensor *out, Context *ctx) {
245 LOG_FATAL("Pow", DType, Lang);
246}
247
248/// out[i]=pow(in1[i], in2[i])
249template <typename DType, typename Lang>

Callers 3

BackwardMethod · 0.50
ForwardMethod · 0.50
BackwardMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected