Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
//
15913
template <typename T1>
15914
internal::ValueArray1<T1> Values(T1 v1) {
15915
return internal::ValueArray1<T1>(v1);
15916
}
15917
15918
template <typename T1, typename T2>
15919
internal::ValueArray2<T1, T2> Values(T1 v1, T2 v2) {
Callers
2
gtest.h
File · 0.85
Bool
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected