Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for LogisticOp (0.21 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/gpu_hardware.cc

    TAC_REGISTER_GPU_OP(DivOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(ExpOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(HardSwishOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(LogOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(LogisticOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(MaxPool2DOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(MirrorPadOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(MaximumOp, CreateBasicOpNoCost);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/tools/tflite_op_coverage_spec_getters_gen.cc

            } else {
              // Conditions when using MLIR.
              if (!(absl::StrContains(op_name, "LSTMOp") ||
                    absl::StrContains(op_name, "SoftmaxOp") ||
                    absl::StrContains(op_name, "LogisticOp") ||
                    absl::StrContains(op_name, "L2NormalizationOp") ||
                    absl::StrContains(op_name, "TanhOp"))) {
                continue;
              }
            }
          }
    
          if (per_axis) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      // than constant hoisting initially.
      return false;
    }
    
    //===----------------------------------------------------------------------===//
    // LogisticOp
    //===----------------------------------------------------------------------===//
    
    int64_t LogisticOp::GetArithmeticCount(Operation* op) {
      int64_t count;
      // As a very rough ballpark, the cost of evaluating a math function
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top