Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.h134 T* typed_p = reinterpret_cast<T*>(p); in Allocate() local
135 if (typed_p) RunCtor<T>(typed_p, num_elements); in Allocate()
136 return typed_p; in Allocate()