Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc146 static const char* const kOldCpuName = "xla._CPU_CUSTOM_CALL_TARGET"; in PyRegisterCustomCallTarget() local
148 absl::string_view(capsule.name()) != kOldCpuName) { in PyRegisterCustomCallTarget()