Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/analyzer/
DSATestBenchmark.py49 data = pd.concat(results, ignore_index=True)
98 data = pd.concat([old, new], ignore_index=True)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_util.cc467 std::vector<int64> ignore_index; in ReshapeToTileDimension() local
470 ignore_index.push_back(index[i]); in ReshapeToTileDimension()
473 buckets(ignore_index)[index[dim]].push_back(device); in ReshapeToTileDimension() local