Searched refs:out_persistent (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 305 DataType type, const TensorShape& shape, PersistentTensor* out_persistent, in allocate_persistent() argument 312 *out_persistent = PersistentTensor(persistent); in allocate_persistent() 313 Tensor* allocated = out_persistent->AccessTensor(this); in allocate_persistent() 815 PersistentTensor* out_persistent, in allocate_persistent() argument 830 *out_persistent = PersistentTensor(persistent); in allocate_persistent() 831 Tensor* t = out_persistent->AccessTensor(this); in allocate_persistent()
|
D | op_kernel.h | 300 PersistentTensor* out_persistent, 1033 PersistentTensor* out_persistent, 1036 PersistentTensor* out_persistent, in allocate_persistent() argument 1038 return allocate_persistent(type, shape, out_persistent, out_tensor, in allocate_persistent()
|