Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dgraph_functions_wrapper.c69 const int* exclude_idx) { in FindMaxIdxWithExcludeList() argument
76 if (exclude_idx[j] == i) { in FindMaxIdxWithExcludeList()
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dembedding_ops.py903 _, exclude_idx = array_ops.setdiff1d(idx, pindices[p])
905 _, include_idx = array_ops.setdiff1d(all_idx, exclude_idx)