Searched refs:AddBackendConstraints (Results 1 – 6 of 6) sorted by relevance
40 Status AddBackendConstraints(LayoutConstraints* constraints) override;
110 Status CpuLayoutAssignment::AddBackendConstraints( in AddBackendConstraints() function in xla::cpu::CpuLayoutAssignment
41 Status AddBackendConstraints(LayoutConstraints* constraints) override;
244 Status GpuLayoutAssignment::AddBackendConstraints( in AddBackendConstraints() function in xla::gpu::GpuLayoutAssignment
496 virtual Status AddBackendConstraints(LayoutConstraints* constraints) { in AddBackendConstraints() function
2255 TF_RETURN_IF_ERROR(AddBackendConstraints(constraints)); in RunOnComputation()