HomeSort by relevance Sort by last modified time
    Searched defs:GetRootPointsToSet (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 262 const auto& sources = this->GetRootPointsToSet().element(index);
291 if (GetRootPointsToSet().IsAmbiguous()) {
363 const PointsToSet& CpuExecutable::GetRootPointsToSet() const {
parallel_cpu_executable.cc 456 if (GetRootPointsToSet().IsAmbiguous()) {
479 const auto& sources = this->GetRootPointsToSet().element(index);
525 const PointsToSet& ParallelCpuExecutable::GetRootPointsToSet() const {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 256 if (GetRootPointsToSet().IsAmbiguous()) {
300 const auto& sources = this->GetRootPointsToSet().element(index);
337 const PointsToSet& GpuExecutable::GetRootPointsToSet() const {

Completed in 64 milliseconds