Home
last modified time | relevance | path

Searched defs:pooled (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dpooling.cc108 XlaOp AvgPoolDivideByCount(XlaOp pooled, absl::Span<const int64> input_size, in AvgPoolDivideByCount()
164 auto pooled = ComputeSums(padded_operand, init_value, kernel_size, stride, in AvgPool() local
/external/v8/tools/heap-stats/
Dtrace-file-reader.js267 pooled: entry.pooled, property
/external/flatbuffers/tests/
Dtest.cpp208 bool pooled = true) { in AccessFlatBufferTest()
/external/v8/src/heap/
Dspaces.cc445 bool pooled = chunk->IsFlagSet(MemoryChunk::POOLED); in PerformFreeMemoryOnQueuedChunks() local
/external/v8/src/
Disolate.cc2416 void PrintMemoryJSON(size_t malloced, size_t pooled) { in Throw()