Home
last modified time | relevance | path

Searched refs:While (Results 1 – 25 of 979) sorted by relevance

12345678910>>...40

/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/
Dfunction_functional_while.pbtxt41 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/
DUninstal.wse89 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 …]
Dpython20.wse254 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/
Dwhile_test.cc76 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/
Dspv.loops.frag54 // While
59 // While (latchy)
68 // While (constant)
73 // While (complicated-conditional)
78 // While (multi-exit)
277 // While (complicated-conditional)
Dloops.frag72 // While
77 // While (latchy)
86 // While (constant)
91 // While (complicated-conditional)
96 // While (multi-exit)
295 // While (complicated-conditional)
/external/clang/test/Modules/
Depic-fail.m7 // CHECK: While building module 'Module' imported from
11 // CHECK: While building module 'DependsOnModule' imported from
Dbuild-fail-notes.m6 // CHECK: While building module 'DependsOnModule' imported from
7 // CHECK: While building module 'Module' imported from
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Dcodegen.py44 (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/
Dapi_def_While.pbtxt2 graph_op_name: "While"
32 summary: "output = input; While (Cond(output)) { output = Body(output) }"
/external/boringssl/src/third_party/wycheproof_testvectors/
Dx25519_test.txt25 # 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/
Dcpu_infeed_test.cc146 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/
Dglobutil.asl46 While (LLess(Local4, Local7)) {
87 While (LLess(Local2, Local3)) {
Ddebug.asl43 While (LEqual(Local0, Zero)) {
124 While (One) {
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_While.pbtxt2 graph_op_name: "While"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_While.pbtxt1 op { graph_op_name: "While" visibility: HIDDEN }
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddebug-info-static-member.ll140 ; 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/
Ddebug-info-static-member.ll128 ; 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/
Dsyncsnoop_example.txt12 While tracing, the "sync" command was executed in another server session.
/external/python/cpython2/Doc/library/
Ddistribution.rst6 While these modules are designed to work in conjunction with the
/external/python/cpython3/Doc/library/
Ddistribution.rst6 While these modules are designed to work in conjunction with the
/external/ltp/testcases/kdump/doc/
D00_Descriptions.txt10 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/
Dmemoryflags-stringtable.rc24 // While the same flag on a new bundle does have effect.
/external/tensorflow/tensorflow/python/kernel_tests/
Dfunctional_ops_test.py605 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/
Durandomread_example.txt8 While urandomread.py was tracing in another session:

12345678910>>...40