Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc280 std::vector<std::unique_ptr<GlobalData>> owning_arguments; in ComputeAndTransfer() local
287 owning_arguments.push_back(std::move(owned_argument)); in ComputeAndTransfer()
288 arguments.push_back(owning_arguments.back().get()); in ComputeAndTransfer()
304 std::vector<std::unique_ptr<GlobalData>> owning_arguments; in ComputeAndCompareLiteralWithStatus() local
311 owning_arguments.push_back(std::move(owned_argument)); in ComputeAndCompareLiteralWithStatus()
312 arguments.push_back(owning_arguments.back().get()); in ComputeAndCompareLiteralWithStatus()
365 std::vector<std::unique_ptr<GlobalData>> owning_arguments; in ComputeAndCompareLiteralWithStatus() local
372 owning_arguments.push_back(std::move(owned_argument)); in ComputeAndCompareLiteralWithStatus()
373 arguments.push_back(owning_arguments.back().get()); in ComputeAndCompareLiteralWithStatus()