Searched refs:out_persistent (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 292 DataType type, const TensorShape& shape, PersistentTensor* out_persistent, in allocate_persistent() argument 299 *out_persistent = PersistentTensor(persistent); in allocate_persistent() 300 Tensor* allocated = out_persistent->AccessTensor(this); in allocate_persistent() 854 PersistentTensor* out_persistent, in allocate_persistent() argument 867 *out_persistent = PersistentTensor(persistent); in allocate_persistent() 868 Tensor* t = out_persistent->AccessTensor(this); in allocate_persistent()
|
D | op_kernel.h | 326 PersistentTensor* out_persistent, 1042 PersistentTensor* out_persistent, 1045 PersistentTensor* out_persistent, in allocate_persistent() argument 1047 return allocate_persistent(type, shape, out_persistent, out_tensor, in allocate_persistent()
|