Home
last modified time | relevance | path

Searched defs:GetRoot (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dtree_adapter.h58 std::weak_ptr<DatasetOp> GetRoot() { return tree_ ? tree_->root() : nullptr; } in GetRoot() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.h143 DominatorTreeNode* GetRoot() { in GetRoot() function
148 const DominatorTreeNode* GetRoot() const { in GetRoot() function
/third_party/spirv-tools/source/opt/
Ddominator_tree.h143 DominatorTreeNode* GetRoot() { in GetRoot() function
148 const DominatorTreeNode* GetRoot() const { in GetRoot() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddominator_tree.h143 DominatorTreeNode* GetRoot() { in GetRoot() function
148 const DominatorTreeNode* GetRoot() const { in GetRoot() function
/third_party/flatbuffers/include/flatbuffers/
Dgrpc.h70 const T *GetRoot() const { return flatbuffers::GetRoot<T>(data()); } in GetRoot() function
Dflexbuffers.h864 inline Reference GetRoot(const uint8_t *buffer, size_t size) { in GetRoot() function
874 inline Reference GetRoot(const std::vector<uint8_t> &buffer) { in GetRoot() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py1509 def GetRoot(buf): function