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

Function Values

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

Source from the content-addressed store, hash-verified

15912//
15913template <typename T1>
15914internal::ValueArray1<T1> Values(T1 v1) {
15915 return internal::ValueArray1<T1>(v1);
15916}
15917
15918template <typename T1, typename T2>
15919internal::ValueArray2<T1, T2> Values(T1 v1, T2 v2) {

Callers 2

gtest.hFile · 0.85
BoolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected