Home
last modified time | relevance | path

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

/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() local
1234 has_at_most_tensor_array_effect ? GetFunctionInputChain(op) : in_chain); in matchAndRewrite()
1262 if (!has_at_most_tensor_array_effect) out_chain = new_op.getResult(0); in matchAndRewrite()