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

Function Dot

src/core/tensor/tensor_math.h:418–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416/// inner product of array in1 and in2
417template <typename DType, typename Lang>
418void Dot(const Tensor &in1, const Tensor &in2, DType *out, Context *ctx) {
419 LOG_FATAL("Inner-product Dot", DType, Lang);
420}
421template <typename DType, typename Lang>
422void Dot(const Tensor &in1, const Tensor &in2, Tensor *out, Context *ctx) {
423 LOG_FATAL("Dot", DType, Lang);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected