Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc324 Shape iteration_shape = ShapeUtil::MakeShape(keys_shape.element_type(), in EmitSortInPlace() local
391 return gpu::ParallelLoopEmitter(compare_loop_body_emitter, iteration_shape, in EmitSortInPlace()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2939 Shape iteration_shape = keys_shape; in EmitSortFromMlir() local
2943 iteration_shape.set_dimensions(dimension_to_sort, num_iterations_in_sort_dim); in EmitSortFromMlir()
2944 uint64 num_iterations = ShapeUtil::ElementsIn(iteration_shape); in EmitSortFromMlir()