Searched refs:ir_array (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | BUILD | 37 ":ir_array", 92 name = "ir_array", 93 srcs = ["ir_array.cc"], 94 hdrs = ["ir_array.h"], 116 ":ir_array", 134 ":ir_array", 152 ":ir_array", 178 ":ir_array", 194 ":ir_array", 217 ":ir_array", [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_to_ir_bindings.cc | 198 llvm_ir::IrArray ir_array(base_ptr, in GetIrArray() local 210 ir_array.MarkInvariantOverWholeProgram(&module_->getContext()); in GetIrArray() 213 return ir_array; in GetIrArray()
|
D | ir_emitter_unnested.h | 560 const Shape& output_shape, const llvm_ir::IrArray& ir_array,
|
D | BUILD | 184 "//tensorflow/compiler/xla/service/llvm_ir:ir_array", 297 "//tensorflow/compiler/xla/service/llvm_ir:ir_array", 329 "//tensorflow/compiler/xla/service/llvm_ir:ir_array", 356 "//tensorflow/compiler/xla/service/llvm_ir:ir_array",
|
D | ir_emitter_unnested.cc | 1800 auto ir_array = operand_arrays[i]; in EmitLoopFusionFromMlir() local 1803 [builder, ir_array](llvm_ir::IrArray::Index index) { in EmitLoopFusionFromMlir() 1804 return ir_array.EmitReadArrayElement(index, builder); in EmitLoopFusionFromMlir() 3503 llvm_ir::IrArray ir_array( in BuildKernelThunkForMlirImpl() local 3506 ir_array.MarkInvariantOverWholeProgram(&value->getContext()); in BuildKernelThunkForMlirImpl() 3509 ir_arrays->push_back(ir_array); in BuildKernelThunkForMlirImpl() 5630 auto ir_array = ir_arrays[i]; in EmitReductionFromOrToContiguousDimensions() local 5633 fused_operand, [this, ir_array, in EmitReductionFromOrToContiguousDimensions() 5635 return ir_array.EmitReadArrayElement(index, &b_, in EmitReductionFromOrToContiguousDimensions()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | BUILD | 400 "//tensorflow/compiler/xla/service/llvm_ir:ir_array", 475 "//tensorflow/compiler/xla/service/llvm_ir:ir_array", 523 "//tensorflow/compiler/xla/service/llvm_ir:ir_array",
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | BUILD | 4295 "//tensorflow/compiler/xla/service/llvm_ir:ir_array",
|