MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Init

Method Init

tensorflow/core/framework/ev_allocator.cc:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54template<>
55void PageMap<CPUChunk>::Init() {
56 page_shift_ = kPageShift;
57 npages_ = kPageCount;
58
59 InitInternal();
60}
61
62class CPUEVAllocator : public EVAllocator<CPUChunk> {
63public:

Callers 4

OpKernelContextMethod · 0.45
LOCKS_EXCLUDEDMethod · 0.45
ComputePolicyFunction · 0.45

Calls

no outgoing calls

Tested by 1

ComputePolicyFunction · 0.36