Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h1785 static StatusOr<std::string> BackendConfigToRawString(
H A Dhlo_instruction.cc4329 raw_string_ = BackendConfigToRawString(*proto_).ValueOrDie(); in GetRawString()
4378 /* static */ StatusOr<std::string> HloInstruction::BackendConfigToRawString( in BackendConfigToRawString() function in xla::HloInstruction