Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.cc40 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()
Dgrpc_testlib.h61 const std::vector<string>& targets() const { return targets_; } in targets()
70 std::vector<string> targets_; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster.cc150 *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 …]
Dmessage_wrappers.cc86 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()
Dmessage_wrappers.h151 gtl::InlinedVector<string, 4> targets_; variable
/external/tensorflow/tensorflow/c/
Dc_test_util.cc495 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()
Dc_test_util.h162 std::vector<TF_Operation*> targets_; variable
/external/v8/src/compiler/backend/
Dcode-generator.cc31 : 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/
Dwasm-objects.cc723 : 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