MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / While

Function While

tensorflow/compiler/xla/client/xla_builder.cc:3527–3530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3525}
3526
3527XlaOp While(const XlaComputation& condition, const XlaComputation& body,
3528 const XlaOp init) {
3529 return init.builder()->While(condition, body, init);
3530}
3531
3532XlaOp Conditional(const XlaOp predicate, const XlaOp true_operand,
3533 const XlaComputation& true_computation,

Callers 15

ExportXlaOpFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
BuildWhileFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
WhileLoopHelperFunction · 0.50
TEST_FFunction · 0.50
InvertDiagonalBlocksFunction · 0.50
TEST_FFunction · 0.50

Calls 2

WhileMethod · 0.45
builderMethod · 0.45

Tested by 11

TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
BM_WhileLoopFunction · 0.40
XLA_TEST_FFunction · 0.40