Home
last modified time | relevance | path

Searched defs:loop_vars (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/
H A Dcontrol_flow_test.py67 def set_state(loop_vars): argument
87 def set_state(loop_vars): argument
109 def set_state(loop_vars): argument
131 def set_state(loop_vars): argument
153 def set_state(loop_vars): argument
176 def set_state(loop_vars): argument
208 def set_state(loop_vars): argument
228 def set_state(loop_vars): argument
313 def set_state(loop_vars): argument
335 def set_state(loop_vars): argument
[all …]
H A Dcontrol_flow.py842 def reduce_body(loop_vars, iterate): argument
1258 def aug_test(*loop_vars):
1265 def aug_body(*loop_vars):
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dwhile_v2_indexed_slices_rewriter.py28 def rewrite_grad_indexed_slices(grads, body_grad_graph, loop_vars, argument
109 forward_input, loop_vars): argument
248 def _update_indexed_slices_param(graph, loop_vars, init_slices, input_slices, argument
H A Dwhile_v2.py73 loop_vars, argument
468 def _build_while_op(loop_vars, cond_graph, body_graph, output_shapes, argument
1379 def _pack_sequence_as(loop_vars_signature, flat_orig_loop_vars, loop_vars): argument
1395 def _tensor_array_to_flow(loop_vars): argument
H A Dcontrol_flow_ops.py2249 def BuildLoop(self, pred, body, loop_vars, shape_invariants, argument
2349 loop_vars, argument
2530 loop_vars, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor_test.cc594 int loop_iters, int loop_vars, bool lower, in BM_WhileLoopHelper()
733 const int loop_vars = state.range(1); in BM_LoweredWhileLoop() local
753 const int loop_vars = state.range(1); in BM_LoweredWhileLoopWithTransfer() local
771 const int loop_vars = state.range(1); in BM_FunctionalWhileLoop() local
/aosp_15_r20/external/icu/icu4c/source/python/icutools/databuilder/
H A Dutils.py98 def format_repeated_request_command(request, cmd_template, loop_vars, common_vars): argument
/aosp_15_r20/external/cronet/third_party/icu/source/python/icutools/databuilder/
H A Dutils.py98 def format_repeated_request_command(request, cmd_template, loop_vars, common_vars): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcholesky_expander.cc77 XlaBuilder* body_builder) -> StatusOr<std::vector<XlaOp>> { in CholeskyUnblocked()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dconvert_to_ssa.cpp114 auto loop_vars = addControlFlowLoadStores(body_block); in addLoopLoadStores() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/risc/
H A Drisc_ops.py266 loop_vars, argument
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c72 nir_loop_variable *loop_vars; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.cpp2510 std::unordered_set<VarPtr> loop_vars; in compressBuffer() local