Home
last modified time | relevance | path

Searched refs:underlying_api_error (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Dflatbuffer_to_proto_test.cc634 code1->underlying_api_error = 301; in TEST_F()
639 code2->underlying_api_error = 404; in TEST_F()
652 EXPECT_EQ(301, proto_error.error_code()[0].underlying_api_error()); in TEST_F()
656 EXPECT_EQ(404, proto_error.error_code()[1].underlying_api_error()); in TEST_F()
H A Dconfiguration_generated.h2433 int64_t underlying_api_error = 0; member
2450 int64_t underlying_api_error() const { in underlying_api_error() function
2475 void add_underlying_api_error(int64_t underlying_api_error) { in add_underlying_api_error()
2476 fbb_.AddElement<int64_t>(ErrorCode::VT_UNDERLYING_API_ERROR, underlying_api_error, 0); in add_underlying_api_error()
2493 int64_t underlying_api_error = 0) {
2495 builder_.add_underlying_api_error(underlying_api_error);
4151 (lhs.underlying_api_error == rhs.underlying_api_error);
4170 { auto _e = underlying_api_error(); _o->underlying_api_error = _e; } in UnPackTo()
4183 auto _underlying_api_error = _o->underlying_api_error; in CreateErrorCode()
H A Dflatbuffer_to_proto.cc517 proto_code.set_underlying_api_error(code.underlying_api_error()); in ConvertBenchmarkErrorCode()
H A Dconfiguration.proto579 optional int64 underlying_api_error = 3; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tflite_configuration_proto/android_arm64_armv8-2a_cortex-a55_static_apex30/gen/proto/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration.pb.h4045 ::int64_t underlying_api_error() const; in Swap()
9201 inline ::int64_t ErrorCode::underlying_api_error() const { in underlying_api_error() function
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tflite_configuration_proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration.pb.h4045 ::int64_t underlying_api_error() const; in Swap()
9201 inline ::int64_t ErrorCode::underlying_api_error() const { in underlying_api_error() function