Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for MulOp (0.73 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        Pure,
        Commutative,
        QuantizableResult,
        BinaryOpSameElementTypeConstraint,
        TFL_RuntimePredOpTrait<"Operands do not have valid shapes",
          CPred<"TFL::VerifyMulOpShapeConstraints(llvm::cast<MulOp>($_op))">>,
        DeclareOpInterfaceMethods<TFL_ArithmeticCount>]> {
      let summary = "Multiplication operator";
    
      let description = [{
        Element-wise multiplication operation.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top