Searched refs:kInvalidGraphId (Results 1 – 12 of 12) sorted by relevance
28 const uint32_t kInvalidGraphId = UINT32_MAX; variable41 graph_id_ = kInvalidGraphId; in KernelInfo()
53 uint32_t graph_id = kInvalidGraphId);111 …8_t *MallocStaticMem(size_t size, bool communication_mem, uint32_t graph_id = kInvalidGraphId) = 0;
39 …uint8_t *MallocStaticMem(size_t size, bool communication_mem, uint32_t graph_id = kInvalidGraphId)…
49 …uint8_t *MallocStaticMem(size_t size, bool communication_mem, uint32_t graph_id = kInvalidGraphId)…
149 if (MemoryProfiling::GetInstance().IsMemoryProfilingEnable() && graph_id != kInvalidGraphId) { in MallocStaticMem()
835 if (root_graph_id == kInvalidGraphId) { in InsertStreamActiveForParallel()1069 if (root_graph_id == kInvalidGraphId) { in InsertStreamActiveForIndependent()
56 …uint8_t *MallocStaticMem(size_t size, bool communication_mem, uint32_t graph_id = kInvalidGraphId)…
63 virtual GraphId CompileGraph(NotNull<FuncGraphPtr> fg) { return kInvalidGraphId; } in CompileGraph()
74 result.graph_id = kInvalidGraphId; in MsConvert()
132 virtual GraphId GetFinalRunGraph() const { return kInvalidGraphId; } in GetFinalRunGraph()222 virtual GraphId CompileGraphImpl(NotNull<FuncGraphPtr> func_graph) { return kInvalidGraphId; } in CompileGraphImpl()
41 AscendSession() { final_graph_id_ = kInvalidGraphId; } in AscendSession()
520 return kInvalidGraphId; in GetGraphIdByNode()543 if (graph_id == kInvalidGraphId) { in InitInternalOutputParameter()