Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/framework/kernels/
Dzero_initializer_op.cc49 PersistentTensor out_persistent; in Compute() local
53 &out_persistent, &out_tensor, attr)); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc255 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()
Dop_kernel.h306 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()