Home
last modified time | relevance | path

Searched defs:libcall (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_rewriter.cc82 std::unique_ptr<HloInstruction> libcall = HloInstruction::CreateCustomCall( in HandleBatchNormInference() local
118 HloInstruction* libcall = in HandleBatchNormTraining() local
200 std::unique_ptr<HloInstruction> libcall = HloInstruction::CreateCustomCall( in HandleBatchNormGrad() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp174 LegalizerHelper::libcall(MachineInstr &MI) { in libcall() function in LegalizerHelper