Home
last modified time | relevance | path

Searched refs:RunCtor (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator.h135 if (typed_p) RunCtor<T>(typed_p, num_elements); in Allocate()
215 void RunCtor(T* p, size_t n) { in RunCtor() function
256 inline void Allocator::RunCtor(string* p, size_t n) { in RunCtor() function
266 inline void Allocator::RunCtor(ResourceHandle* p, size_t n) { in RunCtor() function
276 inline void Allocator::RunCtor(Variant* p, size_t n) { in RunCtor() function