Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StaticInterfaceMethod (1.11 sec)

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

        Interface to verify TFLite runtime op verification.
    
        This verifies that the converted TFLite ops has operand/result type
        supported by the TFLite runtime.
      }];
    
      let methods = [
        StaticInterfaceMethod<
          [{Returns whether the op's operands/results are supported by runtime.}],
          "LogicalResult", "VerifyTflRuntimeConstraints",
          (ins "Operation*":$op, "bool":$emit_error_on_verify_fail)
        >,
      ];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top