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

Function TEST_F

tensorflow/compiler/tests/randomized_tests.cc:957–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955}
956
957TEST_F(OpTest, Abs) {
958 Repeatedly([this]() {
959 auto type = Choose<DataType>({DT_INT32, DT_FLOAT, DT_COMPLEX64});
960 return ExpectTfAndXlaOutputsAreClose(
961 OpTestBuilder("Abs").RandomInput(type).Attr("T", type));
962 });
963}
964
965TEST_F(OpTest, Acosh) {
966 Repeatedly([this]() {

Callers

nothing calls this directly

Calls 15

OpTestBuilderClass · 0.85
RandomDimsFunction · 0.85
AsIntTensorFunction · 0.85
dClass · 0.85
ToScalarFunction · 0.85
radiusFunction · 0.85
coeffFunction · 0.85
TensorShapeClass · 0.50
copyFunction · 0.50
DataTypeStringFunction · 0.50
AttrMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected