Home
last modified time | relevance | path

Searched defs:loop_counter (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Doutfeed_in_nested_computation_test.cc45 XlaOp loop_counter = GetTupleElement(state_tuple, 0); in XLA_TEST_F() local
54 XlaOp loop_counter = GetTupleElement(state_tuple, 0); in XLA_TEST_F() local
/external/tensorflow/tensorflow/python/ops/
Dwhile_v2.py125 def wrapped_cond(loop_counter, maximum_iterations_arg, *args): argument
155 def wrapped_body(loop_counter, maximum_iterations_arg, *args): argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c540 LLVMValueRef loop_counter) in lp_build_depth_stencil_load_swizzled()
678 LLVMValueRef loop_counter, in lp_build_depth_stencil_write_swizzled()
Dlp_state_fs.c399 LLVMValueRef loop_counter, in lp_build_sample_alpha_to_coverage()
/external/brotli/c/dec/
Dstate.h240 int loop_counter; member
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c3278 struct lp_type tcs_type, LLVMValueRef limit, LLVMValueRef loop_counter) in generate_tcs_mask_value()
3722 struct lp_type tes_type, LLVMValueRef limit, LLVMValueRef loop_counter) in generate_tes_mask_value()
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_unittest.cc602 int loop_counter = 0; in SetUp() local