Home
last modified time | relevance | path

Searched refs:ErrCode (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/tests/ut/cpp/transform/
Dconvert_test.cc64 ASSERT_NE(converter.ErrCode(), SUCCESS); in TEST_F()
77 if (converter.ErrCode() != 0) { in MakeDfGraph()
78 …<< "DfGraphConvertor convert " << prim->name() << " error, error code is: " << converter.ErrCode(); in MakeDfGraph()
100 ASSERT_EQ(converter.ErrCode(), 0); in TEST_F()
111 ASSERT_EQ(converter.ErrCode(), 0); in TEST_F()
133 ASSERT_EQ(converter.ErrCode(), 0); in TEST_F()
169 ASSERT_EQ(converter.ErrCode(), 0); in TEST_F()
197 ASSERT_EQ(converter.ErrCode(), 0); in TEST_F()
225 ASSERT_EQ(converter.ErrCode(), 0); in TEST_F()
248 ASSERT_EQ(converter.ErrCode(), 0); in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/
DOrcError.cpp78 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument
80 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat); in orcError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h43 std::error_code orcError(OrcErrorCode ErrCode);
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc84 if (converter.ErrCode() != 0) { in ConvertFuncGraphToAIR()
86 MS_LOG(ERROR) << "Convert df graph failed, err:" << converter.ErrCode(); in ConvertFuncGraphToAIR()
/third_party/nghttp2/integration-tests/
Dserver_tester.go598 sr.errCode = f.ErrCode
603 if f.ErrCode == http2.ErrCodeNo {
606 res.errCode = f.ErrCode
635 errCode http2.ErrCode // error code received in HTTP/2 RST_STREAM or GOAWAY
Dnghttpx_http2_test.go2044 if got := f.ErrCode; got != want {
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc211 if (converter.ErrCode() != 0) { in AddDFGraph()
213 MS_LOG(ERROR) << "Convert df graph failed, err:" << converter.ErrCode(); in AddDFGraph()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.h130 int ErrCode() const { return static_cast<int>(error_); } in ErrCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp164 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
4173 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument
4176 switch (ErrCode) { in showMatchError()