Home
last modified time | relevance | path

Searched refs:HasAtMostTensorArrayEffect (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/analysis/
H A Dtensor_array_side_effect_analysis.h39 bool HasAtMostTensorArrayEffect(mlir::func::FuncOp func_op) const { in HasAtMostTensorArrayEffect() function
H A Dtest_tensor_array_side_effect_analysis.cc44 .HasAtMostTensorArrayEffect(func_op); in runOnOperation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/analysis/
H A Dtensor_array_side_effect_analysis.mlir4 // expected-remark@+1 {{HasAtMostTensorArrayEffect: 1}}
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dtf_to_tfrt.cc1229 bool has_at_most_tensor_array_effect = HasAtMostTensorArrayEffect(op); in matchAndRewrite()
1274 bool HasAtMostTensorArrayEffect(mlir::TF::WhileOp op) const { in HasAtMostTensorArrayEffect() function in tensorflow::__anon42f45b140111::TFRTWhileOpConversion
1275 return tensor_array_side_effect_analysis_.HasAtMostTensorArrayEffect( in HasAtMostTensorArrayEffect()
1277 tensor_array_side_effect_analysis_.HasAtMostTensorArrayEffect( in HasAtMostTensorArrayEffect()