Home
last modified time | relevance | path

Searched defs:ErrorReporter (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc898 TfLiteStatus ParseAbs(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseAbs() argument
1007 TfLiteStatus ParseBatchToSpaceNd(const Operator*, ErrorReporter*, in ParseBatchToSpaceNd() argument
1036 TfLiteStatus ParseCeil(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseCeil() argument
1104 TfLiteStatus ParseCos(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseCos() argument
1173 TfLiteStatus ParseDequantize(const Operator*, ErrorReporter*, in ParseDequantize() argument
1196 TfLiteStatus ParseElu(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseElu() argument
1204 TfLiteStatus ParseEqual(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseEqual() argument
1212 TfLiteStatus ParseExp(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseExp() argument
1220 TfLiteStatus ParseExpandDims(const Operator*, ErrorReporter*, in ParseExpandDims() argument
1228 TfLiteStatus ParseFill(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseFill() argument
[all …]
Derror_reporter_test.cc38 TEST(ErrorReporter, TestReport) { in TEST() argument
45 TEST(ErrorReporter, TestReportMacro) { in TEST() argument
/external/auto/value/src/main/java/com/google/auto/value/processor/
DErrorReporter.java29 class ErrorReporter { class
33 ErrorReporter(ProcessingEnvironment processingEnv) { in ErrorReporter() method in ErrorReporter
/external/skia/src/sksl/
DSkSLConstantFolder.h19 class ErrorReporter; variable
DSkSLAnalysis.h18 class ErrorReporter; variable
DSkSLRehydrator.h21 class ErrorReporter; variable
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.h184 struct ErrorReporter : public tflite::ErrorReporter { struct
190 ErrorReporter error_reporter_; argument
/external/dagger2/java/dagger/android/processor/
DAndroidInjectorDescriptor.java147 private static class ErrorReporter { class in AndroidInjectorDescriptor.Validator
152 ErrorReporter(Element subject, Messager messager) { in ErrorReporter() method in AndroidInjectorDescriptor.Validator.ErrorReporter
/external/llvm-project/libc/utils/HdrGen/
DCommand.h37 ErrorReporter(llvm::SMLoc L, llvm::SourceMgr &SM) : Loc(L), SrcMgr(SM) {} in ErrorReporter() function
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DErrorReporter.java49 public class ErrorReporter extends ErrorReportSubmitter { class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h207 std::function<void(Error)> ErrorReporter) { in createLegacyLookupResolver()
/external/tensorflow/tensorflow/lite/c/
Dc_api_test.cc211 TEST(CApiSimple, ErrorReporter) { in TEST() argument
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp100 class ErrorReporter { class
102 ErrorReporter(ClangTidyContext &Context, bool ApplyFixes, in ErrorReporter() function in clang::tidy::__anon9e868c940111::ErrorReporter