Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc39 using IndexGenerator = std::function<StatusOr<llvm::Value*>(int64)>; typedef
42 const Shape& update_shape, const IndexGenerator& start_indices_generator, in EmitDynamicUpdateSliceInPlaceImpl()
119 IndexGenerator start_indices_generator = [&](int64 index) { in EmitDynamicUpdateSliceInPlace()
174 IndexGenerator start_indices_generator = [&](int64 index) { in EmitFusedDynamicUpdateSliceInPlaceImpl()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
DIndexGenerator.java24 public class IndexGenerator { class
71 … pw.println("# Generated by " + IndexGenerator.class.getName() + " on " + fmt.format(now)); in main()