Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_fixedpoint.cc305 class LogisticOp final : public UnaryOpBase { class in gemmlowp::__anon843601290111::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/xla/mlir_hlo/include/mlir-hlo/Dialect/lhlo/transforms/
Dmap_hlo_to_lhlo_op.h74 MAP_HLO_TO_LHLO(LogisticOp);
Dmap_lhlo_to_hlo_op.h72 MAP_LHLO_TO_HLO(LogisticOp);
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
Dgpu_hardware.cc173 TAC_REGISTER_GPU_OP(LogisticOp, CreateBasicOpNoCost);
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
Dgpu_fusion_rewrite.cc344 mhlo::Log1pOp, mhlo::LogisticOp, mhlo::MulOp, mhlo::NegOp, mhlo::RoundOp, in getRewritableTarget()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc541 HloToLhloOpConverter<mhlo::LogisticOp>, in populateHloToLhloConversionPattern()
Dlegalize_to_linalg.cc3300 PointwiseToLinalgConverter<mhlo::LogisticOp>, in populateHloToLinalgConversionPattern()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc390 } else if (isa<mlir::mhlo::LogisticOp>(op)) { in MhloToHloOpcode()
Dhlo_function_importer.cc1458 NO_ATTRIBUTE_CASE(kLogistic, LogisticOp); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dmap_mhlo_to_scalar_op.h822 inline Value mapMhloOpToStdScalarOp<mhlo::LogisticOp>(
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc3682 int64_t LogisticOp::GetArithmeticCount(Operation *op) { in GetArithmeticCount()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2632 auto tfl_logistic_op = cast<TFL::LogisticOp>(op); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DStablehloOps.cpp694 INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS(LogisticOp) in INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc692 INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS(LogisticOp) in INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS()