Searched refs:targets_ (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_testlib.cc | 40 ret->targets_.resize(n); in MakeTestCluster() 45 ret->targets_[i] = strings::StrCat("localhost:", port[i]); in MakeTestCluster() 49 absl::StrJoin(ret->targets_, ";")); in MakeTestCluster() 79 options_copy.target = strings::StrCat("grpc://", ret->targets_[0]); in MakeTestCluster()
|
D | grpc_testlib.h | 61 const std::vector<string>& targets() const { return targets_; } in targets() 70 std::vector<string> targets_; variable
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master.cc | 150 *workers = finder.targets_; in GetRemoteWorkers() 177 std::swap(workers, targets_); in DeviceFinder() 224 targets_.push_back(name); in DeviceFinder() 228 seen_targets_.assign(targets_.size(), false); in DeviceFinder() 238 num_pending_ = targets_.size(); in Start() 246 for (size_t i = 0; i < targets_.size(); ++i) { in Start() 249 NewRemoteDevices(env_->env, worker_cache_, targets_[i], in Start() 266 for (size_t i = 0; i < targets_.size(); ++i) { in Wait() 270 << targets_[i]; in Wait() 307 std::vector<string> targets_; member in tensorflow::DeviceFinder [all …]
|
D | message_wrappers.cc | 86 size_t InMemoryRunStepRequest::num_targets() const { return targets_.size(); } in num_targets() 88 return targets_[i]; in target_name() 91 targets_.push_back(name); in add_target()
|
D | message_wrappers.h | 151 gtl::InlinedVector<string, 4> targets_; variable
|
/external/tensorflow/tensorflow/c/ |
D | c_test_util.cc | 495 targets_.clear(); in SetTargets() 497 targets_.emplace_back(t); in SetTargets() 517 TF_Operation* const* targets_ptr = targets_.empty() ? nullptr : &targets_[0]; in Run() 521 targets_.size(), nullptr, s); in Run()
|
D | c_test_util.h | 162 std::vector<TF_Operation*> targets_; variable
|
/external/v8/src/compiler/backend/ |
D | code-generator.cc | 31 : next_(next), targets_(targets), target_count_(target_count) {} in JumpTable() 35 Label** targets() const { return targets_; } in targets() 41 Label** const targets_; member in v8::internal::compiler::CodeGenerator::JumpTable
|
/external/v8/src/wasm/ |
D | wasm-objects.cc | 723 : sig_ids_(size), targets_(size) { in IftNativeAllocations() 725 table->set_targets(targets_.data()); in IftNativeAllocations() 738 targets_.resize(new_size); in resize() 740 table->set_targets(targets_.data()); in resize() 745 std::vector<Address> targets_; member in v8::internal::__anonddbb4d5a0211::IftNativeAllocations
|