Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertArg (0.13 sec)

  1. tensorflow/compiler/mlir/lite/python/converter_python_api.cc

        }
      };
    
      bool error;
      std::string model_flags_proto_txt =
          ConvertArg(model_flags_proto_txt_raw, &error);
      if (error) {
        PyErr_SetString(PyExc_ValueError, "Model flags are invalid.");
        return nullptr;
      }
      std::string toco_flags_proto_txt =
          ConvertArg(toco_flags_proto_txt_raw, &error);
      if (error) {
        PyErr_SetString(PyExc_ValueError, "Toco flags are invalid.");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top