OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RoundUpInterface
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/common_runtime/gpu/
pool_allocator.h
39
class
RoundUpInterface
{
41
virtual ~
RoundUpInterface
() {}
60
SubAllocator* allocator,
RoundUpInterface
* size_rounder,
138
std::unique_ptr<
RoundUpInterface
> size_rounder_;
156
class NoopRounder : public
RoundUpInterface
{
162
class Pow2Rounder : public
RoundUpInterface
{
pool_allocator.cc
36
RoundUpInterface
* size_rounder, string name)
Completed in 145 milliseconds