/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | function_functional_while.pbtxt | 41 name: "While/input_1" 62 name: "While" 63 op: "While" 65 input: "While/input_1:output:0" 101 value: "While:output:0" 105 value: "While:output:1"
|
/external/python/cpython2/PC/VS7.1/ |
D | Uninstal.wse | 89 item: If/While Statement 113 item: If/While Statement 137 item: If/While Statement 161 item: If/While Statement 185 item: If/While Statement 209 item: If/While Statement 233 item: If/While Statement 257 item: If/While Statement 281 item: If/While Statement 305 item: If/While Statement [all …]
|
D | python20.wse | 254 item: If/While Statement 270 item: If/While Statement 301 item: If/While Statement 380 item: If/While Statement 390 item: If/While Statement 410 item: If/While Statement 435 item: If/While Statement 447 item: If/While Statement 459 item: If/While Statement 471 item: If/While Statement [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | while_test.cc | 76 While(condition, body, init); in XLA_TEST_F() 112 While(condition, body, init); in XLA_TEST_F() 145 While(condition, body, init); in XLA_TEST_F() 175 While(condition, body, init); in XLA_TEST_F() 226 auto result = While(condition, body, init); in XLA_TEST_F() 280 auto result = While(condition, body, init); in XLA_TEST_F() 340 auto result = While(condition, body, init); in XLA_TEST_F() 395 auto result = While(condition, body, init); in XLA_TEST_F() 449 auto xla_while = While(condition, body, init); in XLA_TEST_F() 504 auto result = While(condition, body, init); in XLA_TEST_F() [all …]
|
/external/deqp-deps/glslang/Test/ |
D | spv.loops.frag | 54 // While 59 // While (latchy) 68 // While (constant) 73 // While (complicated-conditional) 78 // While (multi-exit) 277 // While (complicated-conditional)
|
D | loops.frag | 72 // While 77 // While (latchy) 86 // While (constant) 91 // While (complicated-conditional) 96 // While (multi-exit) 295 // While (complicated-conditional)
|
/external/clang/test/Modules/ |
D | epic-fail.m | 7 // CHECK: While building module 'Module' imported from 11 // CHECK: While building module 'DependsOnModule' imported from
|
D | build-fail-notes.m | 6 // CHECK: While building module 'DependsOnModule' imported from 7 // CHECK: While building module 'Module' imported from
|
/external/tensorflow/tensorflow/python/autograph/pyct/testing/ |
D | codegen.py | 44 (gast.While, 2), 113 if desired_node in (gast.While, gast.For, gast.If): 204 node = gast.While(test, body, orelse)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_While.pbtxt | 2 graph_op_name: "While" 32 summary: "output = input; While (Cond(output)) { output = Body(output) }"
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | x25519_test.txt | 25 # contains a public key with such a point. While many libraries reject such 244 # contains a public key with such a point. While many libraries reject such 255 # contains a public key with such a point. While many libraries reject such 266 # contains a public key with such a point. While many libraries reject such 277 # contains a public key with such a point. While many libraries reject such 288 # contains a public key with such a point. While many libraries reject such 299 # contains a public key with such a point. While many libraries reject such 310 # contains a public key with such a point. While many libraries reject such 321 # contains a public key with such a point. While many libraries reject such 332 # contains a public key with such a point. While many libraries reject such [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 146 While(condition, body, init); in TEST_F() 239 auto while1 = While(condition, build_body(infeed1_shape), init); in TEST_F() 245 auto while2 = While(condition, build_body(infeed2_shape), result1); in TEST_F()
|
/external/u-boot/arch/x86/include/asm/acpi/ |
D | globutil.asl | 46 While (LLess(Local4, Local7)) { 87 While (LLess(Local2, Local3)) {
|
D | debug.asl | 43 While (LEqual(Local0, Zero)) { 124 While (One) {
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_While.pbtxt | 2 graph_op_name: "While"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_While.pbtxt | 1 op { graph_op_name: "While" visibility: HIDDEN }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | debug-info-static-member.ll | 140 ; While we're here, a normal member has data_member_location and 190 ; While we're here, a normal member has data_member_location and 231 ; While we're here, a normal member does not have a linkage name, constant 260 ; While we're here, a normal member does not have a linkage name, constant
|
/external/llvm/test/DebugInfo/X86/ |
D | debug-info-static-member.ll | 128 ; While we're here, a normal member has data_member_location and 178 ; While we're here, a normal member has data_member_location and 219 ; While we're here, a normal member does not have a linkage name, constant 248 ; While we're here, a normal member does not have a linkage name, constant
|
/external/bcc/tools/ |
D | syncsnoop_example.txt | 12 While tracing, the "sync" command was executed in another server session.
|
/external/python/cpython2/Doc/library/ |
D | distribution.rst | 6 While these modules are designed to work in conjunction with the
|
/external/python/cpython3/Doc/library/ |
D | distribution.rst | 6 While these modules are designed to work in conjunction with the
|
/external/ltp/testcases/kdump/doc/ |
D | 00_Descriptions.txt | 10 Only one of the above is used for testing at a time. While building the scripts, 62 While executing some loop testcases after invoking a dump via Hardware
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/ |
D | memoryflags-stringtable.rc | 24 // While the same flag on a new bundle does have effect.
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | functional_ops_test.py | 605 return sess.run(functional_ops.While([n, 0.], Cond, Body))[1] 625 return sess.run(functional_ops.While([n, 0], Cond, Body))[1] 647 outputs = functional_ops.While([n, 0.], Cond, Body, name="my_while") 692 functional_ops.While([5., 0.], CondReturnsTooManyArgs, 697 functional_ops.While([5., 0.], Cond, 715 _, result = functional_ops.While([n, 0.], Cond, Body) 743 result_unary = functional_ops.While( 746 result_binary = functional_ops.While( 760 _ = functional_ops.While(
|
/external/bcc/examples/tracing/ |
D | urandomread_example.txt | 8 While urandomread.py was tracing in another session:
|