Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device.cc41 using MaybeParallelTensorOwned = typedef
64 absl::optional<std::vector<MaybeParallelTensorOwned>> ExecuteWithSpecialOps( in ExecuteWithSpecialOps()
70 absl::optional<std::vector<MaybeParallelTensorOwned>> result; in ExecuteWithSpecialOps()
100 std::vector<MaybeParallelTensorOwned> result_content; in ExecuteWithSpecialOps()
130 std::vector<MaybeParallelTensorOwned> outputs; in ExecuteWithSpecialOps()
171 std::vector<MaybeParallelTensorOwned> result_content; in ExecuteWithSpecialOps()
175 MaybeParallelTensorOwned(std::move(parallel_result))); in ExecuteWithSpecialOps()
317 absl::optional<std::vector<MaybeParallelTensorOwned>> maybe_typed_outputs( in ParallelDeviceExecute()
327 std::vector<MaybeParallelTensorOwned> typed_outputs( in ParallelDeviceExecute()
337 MaybeParallelTensorOwned typed_output(std::move(typed_outputs[i])); in ParallelDeviceExecute()