Home
last modified time | relevance | path

Searched refs:body_function (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dloops.cc27 const WhileLoopHelperBodyFunction& body_function, in WhileLoopHelper() argument
69 body_function(unpack_tuple(parameter, arity, body_builder.get()), in WhileLoopHelper()
84 const ForEachIndexBodyFunction& body_function, in ForEachIndex() argument
105 body_function(iteration, values, body_builder)); in ForEachIndex()
Dloops.h51 const WhileLoopHelperBodyFunction& body_function,
66 const ForEachIndexBodyFunction& body_function,
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf_while.cc68 create_region_with_call(while_op.body_function(), new_op.body()); in RunOnWhile()
Dlower_static_tensor_list.cc362 auto inside_uses = while_op.body_function() in matchAndRewrite()
807 for (FuncOp func : {op.cond_function(), op.body_function()}) { in GetTensorListArgumentsFromWhileOp()
839 for (FuncOp func : {op.cond_function(), op.body_function()}) { in UpdateFunctionTypes()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting_cleanup.cc198 FuncOp body = op.body_function(); in EliminateUnusedResultsForWhile()
313 for (FuncOp func : {op.cond_function(), op.body_function()}) { in CanonicalizeFunctionalWhile()
319 if (failed(ForwardCommonArgToOutput(op, {op.body_function()}, in CanonicalizeFunctionalWhile()
Dfunctional_control_flow_to_regions.cc131 CreateCall(while_op, while_op.body_function(), in ConvertWhileOp()
Doptimize_global_tensors.cc118 {while_op.cond_function(), while_op.body_function()}) { in AnalyzeFunc()
Dresource_device_inference.cc286 {while_op.body_function(), while_op.cond_function()}, in runOnOperation()
Dfunctional_control_flow_to_cfg.cc195 auto body_fn = op.body_function(); in LowerWhileOp()
Dshape_inference.cc1075 while_op.body_function().getType().getResults()); in InferShapeForSingleOperation()
1343 while_op.body_function().getType().getInputs()); in PropagateShapeIntoAttachedFunctions()
1346 {while_op.cond_function(), while_op.body_function()}, max_iteration); in PropagateShapeIntoAttachedFunctions()
1350 {while_op.cond_function(), while_op.body_function()}, max_iteration); in PropagateShapeIntoAttachedFunctions()
Dcollection_ops_util.cc177 auto body = while_op.body_function(); in GetElementTypeFromAccess()
Dtensor_array_ops_decomposition.cc494 {while_op.body_function(), while_op.cond_function()}, module)) in AccessedGradients()
560 auto body = while_op.body_function(); in HandleWhileOp()
Dstack_ops_decomposition.cc164 auto body = while_op.body_function(); in HandleWhileOp()
Dtensor_list_ops_decomposition.cc169 auto body = while_op.body_function(); in HandleWhileOp()
Dresource_op_lifting.cc1238 auto body = while_op.body_function(); in HoistForControlFlow()
/external/python/pycparser/pycparser/
Dc_generator.py309 body_function = self._generate_struct_union_body
313 body_function = self._generate_enum_body
322 s += body_function(members)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dresource_alias_analysis.cc318 while_op.body_function())); in ResourceAliasAnalysisInfo()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_control_flow.cc167 ImportXlaRegion(op.body_function(), &while_op.body(), loc); in LowerWhile()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2896 auto body_fn = op.body_function(); in Verify()
Dtf_ops.td732 FuncOp body_function() {