Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc5728 auto slice_instructions = [&]() -> absl::Span<HloInstruction* const> { in EmitElementForInputFusibleSlices() local
5748 for (const HloInstruction* slice : slice_instructions) { in EmitElementForInputFusibleSlices()
5755 for (int64 i = 0; i < slice_instructions.size(); ++i) { in EmitElementForInputFusibleSlices()
5756 HloInstruction* slice = slice_instructions[i]; in EmitElementForInputFusibleSlices()