Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dstack.cc45 struct TensorAndAllocation { struct in tensorflow::Stack
57 Status Push(const TensorAndAllocation& value) { in Push()
68 Status Pop(TensorAndAllocation* value) { in Pop()
116 std::vector<TensorAndAllocation> stack_ GUARDED_BY(mu_);
297 Stack::TensorAndAllocation value; in ComputeAsync()