Home
last modified time | relevance | path

Searched refs:accepts (Results 1 – 25 of 914) sorted by relevance

12345678910>>...37

/third_party/mindspore/mindspore/core/abstract/
Dparam_validator.cc42 TypePtr CheckType(TypePtr type, const TypePtrList &accepts, const std::string &error_message_prefix… in ABSTRACT_REPORT_NAME_DEC()
43 bool ok = std::any_of(accepts.begin(), accepts.end(), in ABSTRACT_REPORT_NAME_DEC()
48 MS_LOG(EXCEPTION) << error_message_prefix << accepts << " but is " << type->ToString(); in ABSTRACT_REPORT_NAME_DEC()
52 TypePtr CheckTensorDType(const AbstractTensorPtr &tensor, const TypePtrList &accepts, in CheckTensorDType() argument
66 return CheckType(ele_type, accepts, error_message_prefix); in CheckTensorDType()
69 TypePtr CheckTensorsDTypeSame(const AbstractTensorPtrList &tensor_list, const TypePtrList &accepts, in CheckTensorsDTypeSame() argument
97 return CheckTensorDType(sample_tensor, accepts, error_message_prefix); in CheckTensorsDTypeSame()
100 TypePtr CheckScalarType(const AbstractScalarPtr &scalar, const TypePtrList &accepts, in CheckScalarType() argument
110 return CheckType(type, accepts, error_message_prefix); in CheckScalarType()
Dparam_validator.h33 TypePtr CheckType(TypePtr type, const TypePtrList &accepts, const std::string &error_message_prefix…
35 TypePtr CheckTensorDType(const AbstractTensorPtr &tensor, const TypePtrList &accepts,
38 TypePtr CheckTensorsDTypeSame(const AbstractTensorPtrList &tensor_list, const TypePtrList &accepts,
41 TypePtr CheckScalarType(const AbstractScalarPtr &scalar, const TypePtrList &accepts,
/third_party/flutter/skia/src/sksl/
DSkSLLexer.cpp987 static int8_t accepts[304] = { variable
1017 if (accepts[state] == -1) { in next()
1033 Token::Kind kind = (Token::Kind)accepts[state]; in next()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_geometric.inl78 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'cross' accepts only floating-point inputs");
92 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu…
103 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu…
134 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'length' accepts only floating-point i…
142 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'length' accepts only floating-point inputs"…
151 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'distance' accepts only floating-point…
166 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'dot' accepts only floating-point inputs");
173 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'dot' accepts only floating-point inputs");
188 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'normalize' accepts only floating-poin…
196 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu…
[all …]
/third_party/typescript/tests/baselines/reference/
DpotentiallyUncalledDecorators.errors.txt1 tests/cases/compiler/potentiallyUncalledDecorators.ts(4,5): error TS1329: 'Input' accepts too few a…
2 tests/cases/compiler/potentiallyUncalledDecorators.ts(35,1): error TS1329: 'noArgs' accepts too few…
3 tests/cases/compiler/potentiallyUncalledDecorators.ts(37,5): error TS1329: 'noArgs' accepts too few…
4 tests/cases/compiler/potentiallyUncalledDecorators.ts(38,5): error TS1329: 'noArgs' accepts too few…
15 tests/cases/compiler/potentiallyUncalledDecorators.ts(49,5): error TS1329: 'oneOptional' accepts to…
16 tests/cases/compiler/potentiallyUncalledDecorators.ts(50,5): error TS1329: 'oneOptional' accepts to…
46 !!! error TS1329: 'Input' accepts too few arguments to be used as a decorator here. Did you mean to…
79 !!! error TS1329: 'noArgs' accepts too few arguments to be used as a decorator here. Did you mean t…
83 !!! error TS1329: 'noArgs' accepts too few arguments to be used as a decorator here. Did you mean t…
86 !!! error TS1329: 'noArgs' accepts too few arguments to be used as a decorator here. Did you mean t…
[all …]
DdecoratorOnClassProperty11.errors.txt1 …s/class/property/decoratorOnClassProperty11.ts(4,5): error TS1329: 'dec' accepts too few arguments…
10 !!! error TS1329: 'dec' accepts too few arguments to be used as a decorator here. Did you mean to c…
DdecoratorOnClassMethod6.errors.txt1 …rators/class/method/decoratorOnClassMethod6.ts(4,5): error TS1329: 'dec' accepts too few arguments…
10 !!! error TS1329: 'dec' accepts too few arguments to be used as a decorator here. Did you mean to c…
/third_party/flutter/skia/src/sksl/lex/
DDFA.h19 std::vector<int> accepts) in DFA()
22 , fAccepts(accepts) {} in DFA()
DNFAState.h46 NFAState(bool inverse, std::vector<bool> accepts, std::vector<int> next) in NFAState()
50 for (bool b : accepts) { in NFAState()
/third_party/skia/src/sksl/lex/
DDFA.h19 std::vector<int> accepts) in DFA()
22 , fAccepts(accepts) {} in DFA()
DNFAState.h46 NFAState(bool inverse, std::vector<bool> accepts, std::vector<int> next) in NFAState()
50 for (bool b : accepts) { in NFAState()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dnorm.inl22 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'length2' accepts only floating-point …
29 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'length2' accepts only floating-point inputs…
36 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'distance2' accepts only floating-point inpu…
43 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'distance2' accepts only floating-point inpu…
/third_party/boost/libs/metaparse/doc/
Dempty.qbk18 It accepts empty input only. The result of parsing is the `Result`
49 "empty accepts the empty input"
Dfirst_of.qbk18 `first_of` applies the `Ps...` parsers in sequence. It accepts an input when all
22 `first_of` accepts can be specified with the
Dalways.qbk19 It accepts an input if and only if `P` accepts it, but the result of parsing
Dif_.qbk20 `if_` always accepts the input string. The result of parsing is `T`, when `P`
21 accepts the input and `F` otherwise.
Dlast_of.qbk18 `last_of` applies the `Ps...` parsers in sequence. It accepts an input when all
22 `last_of` accepts can be specified with the
Done_char_except.qbk18 `one_char_except` accepts one character except any of `Cs`. When the input is
20 rejects the input. Otherwise it accepts the input and the result of parsing is
Dnth_of.qbk19 `nth_of` applies the `Ps...` parsers in sequence. It accepts an input when all
24 `nth_of` accepts can be specified with the `BOOST_METAPARSE_LIMIT_SEQUENCE_SIZE`
Dnth_of_c.qbk19 `nth_of_c` applies the `Ps...` parsers in sequence. It accepts an input
24 `nth_of_c` accepts can be specified with the
Dexcept.qbk20 `except` accepts the input when `P` rejects it and the result of parsing is the
21 `Result` argument. When `P` accepts the input, `except` rejects it and the
Done_char_except_c.qbk18 `one_char_except_c` accepts one character except any of `Cs`. When the input is
20 rejects the input. Otherwise it accepts the input and the result of parsing is
Done_of.qbk18 It accepts an input when any of the `Ps...` parsers accept it. The result of
19 parsing is the result of applying the first parser that accepts the input. The
/third_party/flutter/flutter/dev/devicelab/test/
Dmanifest_test.dart45 test('accepts task with minimum amount of configuration', () {
180 test('accepts boolean flaky option', () {
194 test('accepts custom timeout_in_minutes option', () {
/third_party/ffmpeg/doc/
Dfilters.texi282 The expression accepts the following values:
333 The action to take when EOF is encountered on the secondary input; it accepts
396 The filter accepts the following options:
453 The filter accepts the following options:
470 The filter accepts the following options:
519 The filter accepts the following options:
606 The filter accepts the following options:
690 It accepts the following values:
735 It accepts the following values:
754 The filter accepts the following option:
[all …]

12345678910>>...37