Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for external_const (0.14 sec)

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

          $_state.addAttribute("s_param", s_param);
          $_state.addAttribute("compressed_data", compressed_data);
        }]>
      ];
    }
    
    def TFL_ExternalConstOp : Op<TFL_Dialect, "external_const", [
        Pure,
        QuantizableResult,
        DeclareOpInterfaceMethods<TFL_RuntimeVerification>]> {
      let summary = "External const op.";
    
      let description = [{
    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