Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.h244 virtual void RunVariantCtor(Variant* p, size_t n);
277 RunVariantCtor(p, n); in RunCtor()
Dallocator.cc52 void Allocator::RunVariantCtor(Variant* p, size_t n) { in RunVariantCtor() function in tensorflow::Allocator