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

Method GetValue

src/core/tensor/tensor.cc:883–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881// DEPRECATED
882template <typename SType>
883void Tensor::GetValue(SType *value, const size_t num) const {
884 get_value(value, num);
885}
886template void Tensor::GetValue<float>(float *value, const size_t num) const;
887template void Tensor::GetValue<int>(int *value, const size_t num) const;
888

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64