Searched refs:DoCreate (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | arena.h | 522 return arena->DoCreate<T>(std::is_trivially_destructible<T>::value, in CreateInternal() 609 PROTOBUF_ALWAYS_INLINE T* DoCreate(bool skip_explicit_ownership, in DoCreate() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.h | 263 Status DoCreate(const string& container, TypeIndex type, const string& name, 596 return DoCreate(container, MakeTypeIndex<T>(), name, resource); in Create() 667 s = DoCreate(container, MakeTypeIndex<T>(), name, *resource);
|
D | resource_mgr.cc | 169 Status ResourceMgr::DoCreate(const string& container, TypeIndex type, in DoCreate() function in tensorflow::ResourceMgr
|