Searched refs:LogisticOp (Results 1 – 8 of 8) sorted by relevance
/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 305 class LogisticOp final : public UnaryOpBase { class in gemmlowp::__anon6f94b9cb0111::TestFixedPoint 536 TestUnaryOp(LogisticOp<0>(), testvals); in RunTests() 537 TestUnaryOp(LogisticOp<1>(), testvals); in RunTests() 538 TestUnaryOp(LogisticOp<2>(), testvals); in RunTests() 539 TestUnaryOp(LogisticOp<3>(), testvals); in RunTests() 540 TestUnaryOp(LogisticOp<4>(), testvals); in RunTests() 541 TestUnaryOp(LogisticOp<5>(), testvals); in RunTests() 542 TestUnaryOp(LogisticOp<6>(), testvals); in RunTests()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/ |
D | map_hlo_to_lhlo_op.h | 65 MAP_HLO_TO_LHLO(LogisticOp);
|
D | map_lmhlo_to_scalar_op.h | 493 inline Value MapLhloOpToStdScalarOp<lmhlo::LogisticOp>(
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | load_quantization_recipe.cc | 135 return builder->create<LogisticOp>(loc, int16, s5->getResult(0)); in CreateGate()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | transform_unranked_hlo.cc | 40 sep fn(IsFiniteOp) sep fn(LogOp) sep fn(Log1pOp) sep fn(LogisticOp) \
|
D | legalize_to_linalg.cc | 1406 PointwiseToLinalgConverter<lmhlo::LogisticOp>, in populateLHLOToLinalgConversionPattern() 1533 PointwiseToLinalgConverter<mhlo::LogisticOp, false>, in populateHLOToLinalgConversionPattern()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_utils.cc | 393 } else if (isa<mlir::mhlo::LogisticOp>(op)) { in MhloToHloOpcode()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_tfl.cc | 2556 auto tfl_logistic_op = cast<TFL::LogisticOp>(op); in matchAndRewrite()
|