Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment.cc82 if (!ImplementedAsGemm(hlo)) { in ComputeStreamToAssign()
150 if (ImplementedAsGemm(*hlo)) { in AssignStreams()
Dir_emission_utils.h68 bool ImplementedAsGemm(const HloInstruction& hlo);
Dir_emission_utils.cc86 bool ImplementedAsGemm(const HloInstruction& hlo) { in ImplementedAsGemm() function
156 return ImplementedAsGemm(hlo) || IsCustomCallToDnnBatchNorm(hlo) || in ImplementedAsLibraryCall()
Dinstruction_fusion.cc171 ImplementedAsGemm(*consumer)) { in ShouldFuseInexpensiveChecks()
Dgpu_layout_assignment.cc191 ImplementedAsGemm(*instruction) && in AddBackendConstraints()
Dnvptx_compiler.cc247 return ImplementedAsGemm(dot) ? candidate_operands in OptimizeHloModule()
Dir_emitter_unnested.cc353 if (ImplementedAsGemm(*dot)) { in HandleDot()
675 if (ImplementedAsGemm(*fusion)) { in HandleFusion()