Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emission_utils.h54 bool IsCustomCallToCusolver(const HloInstruction& hlo);
H A Dir_emission_utils.cc146 bool IsCustomCallToCusolver(const HloInstruction& hlo) { in IsCustomCallToCusolver() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dmhlo_to_lhlo_with_xla.cc698 if (xla::gpu::IsCustomCallToCusolver(*instr)) { in EmitCustomCallOp()