HomeSort by relevance Sort by last modified time
    Searched refs:assignment_ (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
parallel_cpu_executable.cc 69 assignment_(std::move(assignment)),
118 assignment_(assignment) {}
153 const BufferAssignment* assignment_; member in class:xla::cpu::__anon38883::Executor
180 assignment_->GetUniqueTopLevelSlice(instruction));
247 assignment_->GetUniqueTopLevelSlice(instruction));
329 CHECK_EQ(buffers->size(), assignment_->Allocations().size());
330 VLOG(3) << "Allocating " << assignment_->Allocations().size()
332 for (BufferAllocation::Index i = 0; i < assignment_->Allocations().size();
334 auto& allocation = assignment_->GetAllocation(i);
368 assignment_->GetUniqueTopLevelOutputSlice())
    [all...]
cpu_executable.cc 63 assignment_(std::move(assignment)) {
79 CHECK_EQ(buffers->size(), assignment_->Allocations().size());
80 VLOG(3) << "Allocating " << assignment_->Allocations().size()
82 for (BufferAllocation::Index i = 0; i < assignment_->Allocations().size();
84 auto& allocation = assignment_->GetAllocation(i);
118 assignment_->GetUniqueTopLevelOutputSlice());
164 assignment_->GetUniqueTopLevelOutputSlice());
274 this->assignment_->GetUniqueSlice(src, buffer_source->index()));
297 std::vector<se::DeviceMemoryBase> buffers(assignment_->Allocations().size());
304 std::vector<bool> buffers_in_result(assignment_->Allocations().size(), false)
    [all...]
cpu_executable.h 90 const BufferAssignment& buffer_assignment() const { return *assignment_; }
131 const std::unique_ptr<const BufferAssignment> assignment_; member in class:xla::cpu::CpuExecutable
parallel_cpu_executable.h 120 const std::unique_ptr<const BufferAssignment> assignment_; member in class:xla::cpu::ParallelCpuExecutable
ir_emitter.h 396 const BufferAssignment& assignment_; member in class:xla::cpu::IrEmitter
ir_emitter.cc 88 : assignment_(assignment),
350 assignment_.GetUniqueSlice(infeed, {i}));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
alias_analysis.h 37 : module_(module), assignment_(assignment), context_(context) {}
68 const BufferAssignment& assignment_; member in class:xla::llvm_ir::AliasAnalysis
alias_analysis.cc 43 assignment_.GetAllSlices(&hlo, /*index=*/{});
68 assignment_, hlo);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 127 assignment_(std::move(assignment)) {}
261 for (BufferAllocation::Index i = 0; i < assignment_->Allocations().size();
263 const BufferAllocation& allocation = assignment_->GetAllocation(i);
280 buffer_allocations_builder.Build(*assignment_, executor->device_ordinal(),
313 this->assignment_->GetUniqueSlice(src_hlo, sources[0]->index()));
324 buffer_allocations->TearDown(buffers_in_result, *assignment_));
338 return assignment_->points_to_analysis().GetPointsToSet(
gpu_executable.h 132 const std::unique_ptr<const BufferAssignment> assignment_; member in class:xla::gpu::GpuExecutable
  /toolchain/binutils/binutils-2.27/gold/
script-sections.cc 676 : assignment_(name, namelen, false, val, provide, hidden)
682 { this->assignment_.add_to_table(symtab); }
689 this->assignment_.finalize_with_dot(symtab, layout, *dot_value, NULL);
699 this->assignment_.set_if_absolute(symtab, layout, true, *dot_value, NULL);
707 this->assignment_.print(f);
711 Symbol_assignment assignment_; member in class:gold::Sections_element_assignment
862 : assignment_(name, namelen, false, val, provide, hidden)
868 { this->assignment_.add_to_table(symtab); }
875 this->assignment_.finalize_with_dot(symtab, layout, *dot_value,
888 this->assignment_.set_if_absolute(symtab, layout, true, *dot_value
901 Symbol_assignment assignment_; member in class:gold::Output_section_element_assignment
    [all...]

Completed in 169 milliseconds