Home
last modified time | relevance | path

Searched refs:evaluated (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc417 int dst_idx, bool* evaluated, in EvaluateConstantTensorForEdge() argument
419 *evaluated = false; in EvaluateConstantTensorForEdge()
424 graph_def_version_, evaluated, result, in EvaluateConstantTensorForEdge()
430 int dst_idx, bool* evaluated, in EvaluateConstantIntScalarEdge() argument
434 EvaluateConstantTensorForEdge(node, dst_idx, evaluated, &scalar)); in EvaluateConstantIntScalarEdge()
435 if (*evaluated) { in EvaluateConstantIntScalarEdge()
463 bool evaluated = false; in ConstantPartialShape() local
465 EvaluateConstantTensorForEdge(node, dst_idx, &evaluated, &t)); in ConstantPartialShape()
466 if (!evaluated) { in ConstantPartialShape()
502 bool evaluated; in ConstantPartialShape() local
[all …]
Deval_const_tensor.cc310 int32 graph_def_version, bool* evaluated, in EvaluateConstantTensor() argument
315 *evaluated = false; in EvaluateConstantTensor()
321 *evaluated = true; in EvaluateConstantTensor()
364 *evaluated = true; in EvaluateConstantTensor()
Dshape_refiner.h222 bool* evaluated, Tensor* result);
228 bool* evaluated, int64* result);
Deval_const_tensor.h58 const OpRegistryInterface& ops, int32 graph_def_version, bool* evaluated,
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java51 private boolean[] evaluated = new boolean[ClassConstants.TYPICAL_CODE_LENGTH]; field in StackSizeComputer
66 return evaluated[instructionOffset]; in isReachable()
76 if (!evaluated[instructionOffset]) in getStackSize()
138 if (evaluated.length < codeLength) in visitCodeAttribute0()
140 evaluated = new boolean[codeLength]; in visitCodeAttribute0()
145 Arrays.fill(evaluated, 0, codeLength, false); in visitCodeAttribute0()
289 if (evaluated[instructionOffset]) in evaluateInstructionBlock()
309 while (!evaluated[instructionOffset]) in evaluateInstructionBlock()
312 evaluated[instructionOffset] = true; in evaluateInstructionBlock()
368 if (evaluated[instructionOffset]) in evaluateInstructionBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Derror-location-post-layout.s4 @ CHECK: 3:12: error: expression could not be evaluated
11 @ CHECK-DAG: 10:13: error: symbol 'undef' could not be evaluated in a subtraction expression
14 @ CHECK-DAG: 13:24: error: expression could not be evaluated
Dsub-expr-imm.s4 @ are evaluated to the same values.
/external/eigen/doc/
DHiPerformance.dox34 negation and conjugation. Transpose and Block expressions are not evaluated and they only modify th…
35 and shape. All other expressions are immediately evaluated.
61 Otherwise the product m2 * m3 is evaluated into a temporary.</td>
71 Without this optimization, the matrix product would be evaluated into a
94 and so the matrix product will be immediately evaluated.</td>
106 m2*m3 will be evaluated anyway. However, note how this expression can be rewritten
DTopicLazyEvaluation.dox21evaluated as late as possible, instead of immediately. However, most other expression-templates-ba…
55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, …
57 …that the total cost of an operation is reduced if a sub-expression gets evaluated into a temporary…
/external/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll20 ; %phi0.pre and %phi1.pre are evaluated by SCEV to constant 0.
26 ; %phi0 and %phi1 are evaluated by SCEV to constant 0.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll20 ; %phi0.pre and %phi1.pre are evaluated by SCEV to constant 0.
26 ; %phi0 and %phi1 are evaluated by SCEV to constant 0.
/external/llvm/test/MC/ARM/
Derror-location.s19 @ CHECK: <unknown>:0: error: expression could not be evaluated
26 @ CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated in a subtraction expression
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
DHasXPath.java61 return evaluated(item, mismatch) in matchesSafely()
74 private Condition<Object> evaluated(Node item, Description mismatch) { in evaluated() method in HasXPath
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Dsubtraction-error.s8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
/external/llvm/test/MC/ELF/
Dsubtraction-error.s8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
/external/selinux/secilc/docs/
Dcil_conditional_statements.md86 …L statements that will be instantiated when the <code>boolean</code> is evaluated as <code>true</c…
90 …L statements that will be instantiated when the <code>boolean</code> is evaluated as <code>false</…
198 …L statements that will be instantiated when the <code>tunable</code> is evaluated as <code>true</c…
202 …L statements that will be instantiated when the <code>tunable</code> is evaluated as <code>false</…
/external/llvm/test/Transforms/Reassociate/
Dabsorption.ll4 ; evaluated as the absorbing value.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Devaluate-call.ll1 ; Checks if bitcasted call expression can be evaluated
7 ; We evaluate call to function _ZL3bazP3Foo casting its parameter and check that evaluated value (n…
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1089 int evaluated = 0; // bit flags representing already evaluated styles in parse() local
1114 evaluated |= (Style.LOCALIZED_GMT.flag | Style.LOCALIZED_GMT_SHORT.flag); in parse()
1135 evaluated |= Style.LOCALIZED_GMT_SHORT.flag; in parse()
1150 evaluated |= Style.LOCALIZED_GMT.flag; in parse()
1305 evaluated |= style.flag; in parse()
1329 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse()
1356 (evaluated & Style.LOCALIZED_GMT.flag) == 0) { in parse()
1378 (evaluated & Style.LOCALIZED_GMT_SHORT.flag) == 0) { in parse()
1433 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse()
1466 if (parsedPos < maxPos && (evaluated & Style.ZONE_ID.flag) == 0) { in parse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1028 int evaluated = 0; // bit flags representing already evaluated styles in parse() local
1053 evaluated |= (Style.LOCALIZED_GMT.flag | Style.LOCALIZED_GMT_SHORT.flag); in parse()
1074 evaluated |= Style.LOCALIZED_GMT_SHORT.flag; in parse()
1089 evaluated |= Style.LOCALIZED_GMT.flag; in parse()
1244 evaluated |= style.flag; in parse()
1268 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse()
1295 (evaluated & Style.LOCALIZED_GMT.flag) == 0) { in parse()
1317 (evaluated & Style.LOCALIZED_GMT_SHORT.flag) == 0) { in parse()
1372 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse()
1405 if (parsedPos < maxPos && (evaluated & Style.ZONE_ID.flag) == 0) { in parse()
[all …]
/external/clang/test/SemaObjCXX/
Darc-ppe.mm16 …nst type 'id'}} expected-warning {{expression with side effects will be evaluated despite being us…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-tamil/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-gujarati/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-bengali/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dabsorption.ll5 ; evaluated as the absorbing value.

12345678910