Home
last modified time | relevance | path

Searched defs:indvar (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dkernel_support_library.cc42 [&](llvm::Value* indvar, bool is_first_iteration) -> Status { in ForWithStatus()
H A Dllvm_loop.cc123 llvm::Value* indvar = indvar_; in Emit() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dgather_expander.cc387 const std::vector<HloInstruction*>& loop_state) { in ExpandInstruction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dwhile_test.cc1194 auto indvar = GetTupleElement(state, 0); in XLA_TEST_F() local
1233 auto indvar = Parameter(&builder, 0, while_shape, "state"); in XLA_TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Ddot_op_emitter.cc1424 /*step=*/1, [&](llvm::Value* indvar) { in EmitBatchDotOperation()