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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc 199 const BufferAllocation& GetAllocation(const BufferAssignment& buffers,
    [all...]
buffer_assignment.h 290 const BufferAllocation& GetAllocation(BufferAllocation::Index index) const;
buffer_assignment.cc 181 return GetAllocation(allocation_index_for_buffer_.at(&buffer));
200 const BufferAllocation& BufferAssignment::GetAllocation(
209 return const_cast<BufferAllocation*>(&GetAllocation(index));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
buffer_allocations.cc 67 const BufferAllocation& allocation = buffer_assignment.GetAllocation(i);
118 const BufferAllocation& allocation = buffer_assignment.GetAllocation(i);
gpu_executable.cc 263 const BufferAllocation& allocation = assignment_->GetAllocation(i);
  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.cc 31 return register_.GetAllocation(index_);
142 *out_allocation = GetAllocation(index);
183 AllocationRegister::Allocation AllocationRegister::GetAllocation(
heap_profiler_allocation_register.h 366 Allocation GetAllocation(AllocationMap::KVIndex) const;
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 84 auto& allocation = assignment_->GetAllocation(i);
parallel_cpu_executable.cc 334 auto& allocation = assignment_->GetAllocation(i);
ir_emitter.cc     [all...]

Completed in 245 milliseconds