Home
last modified time | relevance | path

Searched defs:_condition (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dstatus.h49 #define CHECK_FAIL_RETURN_UNEXPECTED(_condition, _e) \ argument
56 #define CHECK_FAIL_RETURN_SYNTAX_ERROR(_condition, _e) \ argument
71 #define RETURN_OK_IF_TRUE(_condition) \ argument
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_error.h46 #define CHECK_FAIL_RETURN_UNEXPECTED(_condition, _e) \ argument
/third_party/boost/boost/parameter/aux_/pack/
Ddeduce_tag.hpp108 >::type _condition; typedef in boost::parameter::aux::deduce_tag0
/third_party/jsframework/runtime/main/extend/mediaquery/
DpluginMediaQuery.ts29 private _condition: string; property in MediaQueryList
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py76 _condition: threading.Condition = threading.Condition(lock=_lock) variable in ChannelCache
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h276 #define CHECK_RETURN_TYPE(_condition) \ argument
/third_party/mindspore/mindspore/lite/schema/inner/
Dops_v0_generated.h22286 auto _condition = _o->condition.size() ? _fbb.CreateVector(_o->condition) : 0; in CreateWhere() local