Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_tiling.h171 std::tuple<llvm::Value*, llvm::Value*> EmitThreadYXCoordinate(
Dkernel_tiling.cc218 KernelMappingScheme::EmitThreadYXCoordinate(llvm::Type* index_ty) { in EmitThreadYXCoordinate() function in xla::llvm_ir::KernelMappingScheme
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3118 std::tie(y, x) = mapping_scheme->EmitThreadYXCoordinate(index_ty); in EmitKernel()