Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Square
Function
Square
tensorflow/compiler/xla/tests/prng_test.cc:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
namespace {
140
template <typename T>
141
T Square(T x) {
142
return x * x;
143
}
144
} // namespace
145
146
double PrngTest::UniformChiSquared(int32 range_size, int32 expected_count,
Callers
2
XLA_TEST_P
Function · 0.70
UniformChiSquared
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected