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

  /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
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
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
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...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
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 80 milliseconds