OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HeapSimulator
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.cc
33
StatusOr<int64>
HeapSimulator
::MinimumMemoryForModule(
50
HeapSimulator
::Result result,
51
HeapSimulator
::Run(absl::make_unique<NoFragmentationStatsHeap>(), *module,
57
StatusOr<int64>
HeapSimulator
::MinimumMemoryForComputation(
64
HeapSimulator
::Result result,
65
HeapSimulator
::Run(absl::make_unique<NoFragmentationStatsHeap>(),
67
size_function,
HeapSimulator
::Options(),
73
StatusOr<
HeapSimulator
::Result>
HeapSimulator
::Run(
78
HeapSimulator
heap(std::move(algorithm), size_fn, options, &schedule)
[
all
...]
heap_simulator.h
42
//
HeapSimulator
assigns buffer offsets by running a simulation of a regular
47
class
HeapSimulator
{
140
HeapSimulator
(std::unique_ptr<HeapAlgorithm> algorithm,
145
~
HeapSimulator
();
213
using Chunk =
HeapSimulator
::Chunk;
214
using Result =
HeapSimulator
::Result;
229
// analysis, it's not worth making major changes to
HeapSimulator
now.
Completed in 2595 milliseconds