Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConverterErrorData (2.28 sec)

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

                tflite::metrics::ConverterErrorData::ERROR_NEEDS_FLEX_OPS);
          } else {
            failed_custom_ops_[op_name].insert(op_desc);
            tfl::AttachErrorCode(
                inst->emitOpError("is neither a custom op nor a flex op"),
                tflite::metrics::ConverterErrorData::ERROR_NEEDS_CUSTOM_OPS);
          }
          return std::nullopt;
        }
    
    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