Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_metadata.h77 Status set_current_pass_pipeline_name(const std::string& pipeline_name) { in set_current_pass_pipeline_name() function
H A Dhlo_pass_pipeline.cc43 TF_CHECK_OK(module.metadata()->set_current_pass_pipeline_name(pipeline_name)); in RecordPassStartMetadata()