Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.h78 static int64 AlignedChunkElts(int64 elt_bytes, int64 total_elts,
Dbase_collective_executor.cc55 int64 CollectiveAdapter::AlignedChunkElts(int64 elt_bytes, int64 total_elts, in AlignedChunkElts() function in tensorflow::CollectiveAdapter
101 ? AlignedChunkElts(sizeof(T), total_elts_, num_chunks_) in CollectiveAdapterImpl()