MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / XLA_TEST_P

Function XLA_TEST_P

tensorflow/compiler/xla/tests/dot_operation_test.cc:415–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413
414#ifndef XLA_BACKEND_DOES_NOT_SUPPORT_FLOAT16
415XLA_TEST_P(ParametricDotTest, TestF16) { TestImpl<Eigen::half>(); }
416#endif
417XLA_TEST_P(ParametricDotTest, TestF32) { TestImpl<float>(); }
418XLA_TEST_P(ParametricDotTest, TestF64) { TestImpl<double>(); }

Callers

nothing calls this directly

Calls 9

TestNameFunction · 0.85
MakeFakeLiteralFunction · 0.85
MakeShapeFunction · 0.85
GetParamFunction · 0.85
BatchDotFunction · 0.85
EinsumFunction · 0.50
findMethod · 0.45
GetShapeMethod · 0.45
dimensionsMethod · 0.45

Tested by

no test coverage detected