Home
last modified time | relevance | path

Searched defs:INVALID_ARGUMENT (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstatus.h27 INVALID_ARGUMENT, enumerator
/third_party/grpc/src/ruby/lib/grpc/core/
Dstatus_codes.rb38 INVALID_ARGUMENT = 3 constant
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus_code_enum.h41 INVALID_ARGUMENT = 3, enumerator
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dtypes.h39 enum Status : int { SUCCESS = 0, FAILED, INVALID_ARGUMENT, ALREADY_EXISTS, NOT_FOUND }; enumerator
/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.h50 INVALID_ARGUMENT = 3, enumerator
/third_party/grpc/src/python/grpcio/grpc/
D__init__.py259 INVALID_ARGUMENT = (_cygrpc.StatusCode.invalid_argument, 'invalid argument') variable in StatusCode