MCPcopy 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

139namespace {
140template <typename T>
141T Square(T x) {
142 return x * x;
143}
144} // namespace
145
146double PrngTest::UniformChiSquared(int32 range_size, int32 expected_count,

Callers 2

XLA_TEST_PFunction · 0.70
UniformChiSquaredMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected