Searched refs:AddBackendConstraints (Results 1 – 6 of 6) sorted by relevance
42 Status AddBackendConstraints(LayoutConstraints* constraints) override;
109 Status CpuLayoutAssignment::AddBackendConstraints( in AddBackendConstraints() function in xla::cpu::CpuLayoutAssignment
173 Status GpuLayoutAssignment::AddBackendConstraints( in AddBackendConstraints() function in xla::gpu::GpuLayoutAssignment
388 virtual Status AddBackendConstraints(LayoutConstraints* constraints) { in AddBackendConstraints() function
1735 TF_RETURN_IF_ERROR(AddBackendConstraints(&constraints)); in RunOnComputation()