Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device.cc43 using MaybeParallelTensorOwned = typedef
66 absl::optional<std::vector<MaybeParallelTensorOwned>> ExecuteWithSpecialOps( in ExecuteWithSpecialOps()
72 absl::optional<std::vector<MaybeParallelTensorOwned>> result; in ExecuteWithSpecialOps()
102 std::vector<MaybeParallelTensorOwned> result_content; in ExecuteWithSpecialOps()
132 std::vector<MaybeParallelTensorOwned> outputs; in ExecuteWithSpecialOps()
191 std::vector<MaybeParallelTensorOwned> result_content; in ExecuteWithSpecialOps()
195 MaybeParallelTensorOwned(std::move(parallel_result))); in ExecuteWithSpecialOps()
360 absl::optional<std::vector<MaybeParallelTensorOwned>> maybe_typed_outputs( in ParallelDeviceExecute()
370 std::vector<MaybeParallelTensorOwned> typed_outputs( in ParallelDeviceExecute()
380 MaybeParallelTensorOwned typed_output(std::move(typed_outputs[i])); in ParallelDeviceExecute()