Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1590 static StatusOr<string> BackendConfigToRawString(
Dhlo_instruction.cc3836 TF_ASSIGN_OR_RETURN(backend_config_, BackendConfigToRawString(proto)); in set_backend_config()
3840 /* static */ StatusOr<string> HloInstruction::BackendConfigToRawString( in BackendConfigToRawString() function in xla::HloInstruction