Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dhlo_xla_runtime_pipeline.cc212 mlir::VectorTransferToSCFOptions vec_to_scf_options; in CreateHloXlaRuntimePipeline() local
213 vec_to_scf_options.unroll = true; in CreateHloXlaRuntimePipeline()
215 mlir::createConvertVectorToSCFPass(vec_to_scf_options)); in CreateHloXlaRuntimePipeline()
H A Dcpu_compiler.cc979 mlir::VectorTransferToSCFOptions vec_to_scf_options; in LowerMLIRModule() local
980 vec_to_scf_options.unroll = true; in LowerMLIRModule()
982 mlir::createConvertVectorToSCFPass(vec_to_scf_options)); in LowerMLIRModule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_jitrt_pipeline.cc247 mlir::VectorTransferToSCFOptions vec_to_scf_options; in CreateTfJitRtPipeline() local
248 vec_to_scf_options.unroll = true; in CreateTfJitRtPipeline()
250 mlir::createConvertVectorToSCFPass(vec_to_scf_options)); in CreateTfJitRtPipeline()