Home
last modified time | relevance | path

Searched defs:GetNodeId (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVulkanTracker.cpp41 uint64_t ParallelDebug::GetNodeId() in GetNodeId() function in ParallelDebug
/third_party/skia/src/gpu/vk/
DGrVulkanTracker.cpp41 uint64_t ParallelDebug::GetNodeId() in GetNodeId() function in ParallelDebug
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/profiler/
Dmemory_profiling.h41 uint64_t GetNodeId() const { return node_id_; } in GetNodeId() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/draw/
Dgraphviz_graph_builder.cc38 inline std::string GetNodeId(const AdapterNode &node) { in GetNodeId() function
/third_party/skia/src/gpu/
DGrSurfaceProxy.cpp55 uint64_t GetNodeId() { return 0; } in GetNodeId() function
/third_party/skia/m133/src/gpu/ganesh/
DGrSurfaceProxy.cpp64 uint64_t GetNodeId() { return 0; } in GetNodeId() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dtransform_op_optimizer.cc634 size_t GetNodeId(const NodeWithIndex &node_with_index) { in GetNodeId() function in mindspore::graphkernel::Mutator
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/lite_exporter/
Danf_exporter.cc546 size_t AnfExporter::GetNodeId(const std::pair<AnfNodePtr, size_t> &key) { in GetNodeId() function in mindspore::lite::AnfExporter