Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h2426 StatusOr<CustomCallSchedule> StringToCustomCallSchedule(absl::string_view name);
H A Dhlo_instruction.cc4241 StatusOr<CustomCallSchedule> StringToCustomCallSchedule( in StringToCustomCallSchedule() function
H A Dhlo_parser.cc881 auto status_or_result = StringToCustomCallSchedule(val); in ParseCustomCallSchedule()