Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h2427 StatusOr<CustomCallApiVersion> StringToCustomCallApiVersion(
H A Dhlo_instruction.cc4260 StatusOr<CustomCallApiVersion> StringToCustomCallApiVersion( in StringToCustomCallApiVersion() function
H A Dhlo_parser.cc898 auto status_or_result = StringToCustomCallApiVersion(val); in ParseCustomCallApiVersion()