Home
last modified time | relevance | path

Searched refs:LogisticOp (Results 1 – 8 of 8) sorted by relevance

/external/gemmlowp/test/
Dtest_fixedpoint.cc305 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/
Dmap_hlo_to_lhlo_op.h65 MAP_HLO_TO_LHLO(LogisticOp);
Dmap_lmhlo_to_scalar_op.h493 inline Value MapLhloOpToStdScalarOp<lmhlo::LogisticOp>(
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dload_quantization_recipe.cc135 return builder->create<LogisticOp>(loc, int16, s5->getResult(0)); in CreateGate()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dtransform_unranked_hlo.cc40 sep fn(IsFiniteOp) sep fn(LogOp) sep fn(Log1pOp) sep fn(LogisticOp) \
Dlegalize_to_linalg.cc1406 PointwiseToLinalgConverter<lmhlo::LogisticOp>, in populateLHLOToLinalgConversionPattern()
1533 PointwiseToLinalgConverter<mhlo::LogisticOp, false>, in populateHLOToLinalgConversionPattern()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc393 } else if (isa<mlir::mhlo::LogisticOp>(op)) { in MhloToHloOpcode()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2556 auto tfl_logistic_op = cast<TFL::LogisticOp>(op); in matchAndRewrite()