Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.h469 bool c_binary_search(Sequence& sequence, T&& value) { in c_binary_search() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2627 c_binary_search(gather_dim_numbers.output_window_dims(), i); in InferGatherShape()
2629 while (c_binary_search(gather_dim_numbers.elided_window_dims(), in InferGatherShape()