Searched refs:out_persistent (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/framework/kernels/ |
D | zero_initializer_op.cc | 49 PersistentTensor out_persistent; in Compute() local 53 &out_persistent, &out_tensor, attr)); in Compute()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 255 DataType type, const TensorShape& shape, PersistentTensor* out_persistent, in allocate_persistent() argument 264 *out_persistent = PersistentTensor(persistent); in allocate_persistent() 265 Tensor* allocated = out_persistent->AccessTensor(this); in allocate_persistent() 760 PersistentTensor* out_persistent, in allocate_persistent() argument 766 *out_persistent = PersistentTensor(persistent); in allocate_persistent() 768 *out_tensor = out_persistent->AccessTensor(this); in allocate_persistent() 771 Tensor* t = out_persistent->AccessTensor(this); in allocate_persistent()
|
D | op_kernel.h | 306 PersistentTensor* out_persistent, 989 PersistentTensor* out_persistent, 992 PersistentTensor* out_persistent, in allocate_persistent() argument 994 return allocate_persistent(type, shape, out_persistent, out_tensor, in allocate_persistent()
|