MCPcopy Create free account
hub / github.com/OAID/Tengine / Allocate

Method Allocate

executor/lib/dev_allocator.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240};
241
242bool LatencyAllocator::Allocate(GenericEngine* engine, GraphExecutor* graph_executor, Graph* graph,
243 std::vector<Subgraph*>& sub_list)
244{
245 return false;
246}
247
248struct ManualAllocator : public DevAllocator
249{

Callers 1

PrerunMethod · 0.45

Calls 8

GetOpMethod · 0.80
GetNameMethod · 0.80
GetExecAttrMethod · 0.45
ExistAttrMethod · 0.45
GetAttrMethod · 0.45
GetProposalMethod · 0.45
sizeMethod · 0.45
SetAttrMethod · 0.45

Tested by

no test coverage detected