Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TFL_RuntimeVerification (0.34 sec)

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

        >,
      ];
    }
    
    //===----------------------------------------------------------------------===//
    // TFL runtime type verification of operand/result types.
    
    def TFL_RuntimeVerification : OpInterface<"TflRuntimeVerifyOpInterface"> {
      let description = [{
        Interface to verify TFLite runtime op verification.
    
        This verifies that the converted TFLite ops has operand/result type
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    // LINT.IfChange
    
    class TFL_Op<string mnemonic, list<Trait> traits = []> :
        Op<TFL_Dialect, mnemonic, !listconcat(traits,
          [DeclareOpInterfaceMethods<TFL_RuntimeVerification>])> {
      // FlatBuffer generation specific information.
      // -------------------------------------------
      // When generating the FlatBuffer output some operations have
    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