Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.h246 virtual void RunVariantDtor(Variant* p, size_t n);
282 RunVariantDtor(p, n); in RunDtor()
Dallocator.cc56 void Allocator::RunVariantDtor(Variant* p, size_t n) { in RunVariantDtor() function in tensorflow::Allocator