Searched defs:GetRootPointsToSet (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.cc262 const auto& sources = this->GetRootPointsToSet().element(index);
291 if (GetRootPointsToSet().IsAmbiguous()) {
363 const PointsToSet& CpuExecutable::GetRootPointsToSet() const { function in class:xla::cpu::CpuExecutable
H A Dparallel_cpu_executable.cc456 if (GetRootPointsToSet().IsAmbiguous()) {
479 const auto& sources = this->GetRootPointsToSet().element(index);
525 const PointsToSet& ParallelCpuExecutable::GetRootPointsToSet() const { function in class:xla::cpu::ParallelCpuExecutable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.cc256 if (GetRootPointsToSet().IsAmbiguous()) {
300 const auto& sources = this->GetRootPointsToSet().element(index);
337 const PointsToSet& GpuExecutable::GetRootPointsToSet() const { function in class:xla::gpu::GpuExecutable

Completed in 262 milliseconds