HomeSort by relevance Sort by last modified time
    Searched full:loop_limit (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
for_thunk.cc 25 ForThunk::ForThunk(const int64 loop_limit,
29 loop_limit_(loop_limit),
for_thunk.h 30 // ForThunk executes 'loop_limit' invocations of 'body_thunk_sequence'.
33 ForThunk(const int64 loop_limit,
while_transformer.h 30 // *) 'loop_limit': loop induction variable limit value.
33 // Returns an std::tuple = (loop_start, loop_limit, loop_increment) on success.
while_transformer.cc 236 // *) 'loop_limit':
247 int64 loop_limit() const { return loop_limit_; } function in class:xla::gpu::__anon38929::WhileConditionComputationMatcher
271 ExprTree(HloOpcode::kConstant, "loop_limit"),
292 GetTaggedInstruction("loop_limit", tagged_instructions));
510 if (init_matcher.loop_start() >= cond_matcher.loop_limit()) {
516 return std::make_tuple(init_matcher.loop_start(), cond_matcher.loop_limit(),
ir_emitter_unnested.h 181 // Returns a ForThunk which executes 'loop_limit' invocations of a thunk
184 const int64 loop_limit);
ir_emitter_unnested.cc     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
z8k-dis.c 527 int loop, loop_limit; local
532 loop_limit = z8k_table[instr_data->tabl_index].noperands;
533 for (loop = 0; loop < loop_limit; loop++)
  /external/tensorflow/tensorflow/compiler/xla/tests/
while_test.cc 1270 const int32 loop_limit = 100; local
    [all...]

Completed in 265 milliseconds