HomeSort by relevance Sort by last modified time
    Searched refs:TestUnaryOp (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/test/
test_fixedpoint.cc 60 // Explanation of UnaryOpBase, its *Op subclasses below, and TestUnaryOp:
64 // We factor a lot of testing boilerplate into a common TestUnaryOp function
256 void TestUnaryOp(const tUnaryOpType& unary_op,
411 TestUnaryOp(RoundingDivideByPOTOp(s), testvals_int32);
414 TestUnaryOp(SaturatingRoundingMultiplyByPOTOp<-31>(), testvals_int32);
415 TestUnaryOp(SaturatingRoundingMultiplyByPOTOp<-30>(), testvals_int32);
416 TestUnaryOp(SaturatingRoundingMultiplyByPOTOp<-29>(), testvals_int32);
417 TestUnaryOp(SaturatingRoundingMultiplyByPOTOp<-17>(), testvals_int32);
418 TestUnaryOp(SaturatingRoundingMultiplyByPOTOp<-16>(), testvals_int32);
419 TestUnaryOp(SaturatingRoundingMultiplyByPOTOp<-15>(), testvals_int32)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator_test.cc 81 void TestUnaryOp(HloOpcode opcode, Literal expected, Literal input,
330 TestUnaryOp(HloOpcode::kAbs, std::move(expected), std::move(operand));
335 TestUnaryOp(HloOpcode::kAbs, std::move(expected), std::move(operand));
340 TestUnaryOp(HloOpcode::kAbs, std::move(expected), std::move(operand));
347 TestUnaryOp(HloOpcode::kNegate, std::move(expected), std::move(operand));
352 TestUnaryOp(HloOpcode::kCos, std::move(expected), std::move(operand),
358 TestUnaryOp(HloOpcode::kSin, std::move(expected), std::move(operand),
368 TestUnaryOp(HloOpcode::kNot, std::move(expected), std::move(operand));
374 TestUnaryOp(HloOpcode::kReal, std::move(expected_real), std::move(x));
380 TestUnaryOp(HloOpcode::kImag, std::move(expected_imag), std::move(x))
    [all...]

Completed in 722 milliseconds