Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOpsSummary (0.1 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      if (require_use_buffer_offset_) return std::nullopt;
    
      if (first_failed_func != -1) {
        std::string failed_flex_ops_summary =
            GetOpsSummary(failed_flex_ops_, /*summary_title=*/"TF Select");
        std::string failed_custom_ops_summary =
            GetOpsSummary(failed_custom_ops_, /*summary_title=*/"Custom");
        std::string err;
        if (!failed_flex_ops_.empty())
          err +=
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top