HomeSort by relevance Sort by last modified time
    Searched defs:ErrorModule (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 152 class MagickPPExport ErrorModule: public Error
155 explicit ErrorModule(const std::string& what_);
156 explicit ErrorModule(const std::string& what_,Exception *nested_);
157 ~ErrorModule() throw();
  /external/ImageMagick/Magick++/lib/
Exception.cpp 231 Magick::ErrorModule::ErrorModule(const std::string& what_)
236 Magick::ErrorModule::ErrorModule(const std::string& what_,Exception *nested_)
241 Magick::ErrorModule::~ErrorModule() throw()
757 return new ErrorModule(message);
940 throw ErrorModule(message,nestedException);
  /external/tensorflow/tensorflow/python/module/
module_test.py 133 ErrorModule(call_super=True)
142 ErrorModule(call_super=False)
147 mod = ErrorModule(call_super=True, raise_in_constructor=False)
276 class ErrorModule(module.Module):
280 super(ErrorModule, self).__init__()

Completed in 558 milliseconds