Searched refs:fused_operand (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 1903 auto fused_operand = fused_computation->parameter_instruction(i); in HandleFusion() local 1905 fused_operand, [this, &ir_arrays, i, fused_operand]( in HandleFusion() 1908 index, &b_, fused_operand->name()); in HandleFusion() 1947 auto fused_operand = fused_computation->parameter_instruction(i); in HandleFusion() local 1949 fused_operand, [this, &ir_arrays, i, fused_operand]( in HandleFusion() 1952 index, &b_, fused_operand->name()); in HandleFusion() 2056 auto fused_operand = fused_computation->parameter_instruction(i); in HandleFusion() local 2058 fused_operand, [this, &ir_arrays, i, in HandleFusion() 2059 fused_operand](const llvm_ir::IrArray::Index& index) { in HandleFusion() 2061 fused_operand->name()); in HandleFusion() [all …]
|