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

Method set

test/gtest/gtest.h:2599–2599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2597 const T* pointer() const { return GetOrCreateValue(); }
2598 const T& get() const { return *pointer(); }
2599 void set(const T& value) { *pointer() = value; }
2600
2601 private:
2602 // Holds a value of type T.

Callers 5

testTensorFuncMethod · 0.45
stopMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected