OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:while_instruction
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
while_loop_invariant_code_motion_test.cc
37
HloInstruction**
while_instruction
) {
38
*
while_instruction
= nullptr;
41
ASSERT_EQ(*
while_instruction
, nullptr);
42
*
while_instruction
= instr;
46
ASSERT_NE(*
while_instruction
, nullptr);
/external/tensorflow/tensorflow/compiler/xla/tests/
while_test.cc
1242
auto
while_instruction
= builder.While(condition, body, init);
local
[
all
...]
Completed in 217 milliseconds