Searched refs:slices_a (Results 1 – 2 of 2) sorted by relevance
69 def testChooseFastestErrorWithIncompatibleInput(self, slices_a, slices_b, argument71 dataset_a = dataset_ops.Dataset.from_tensor_slices(slices_a)
477 SliceSet slices_a = collect_slices(hlo_a); in HaveDisjointSlices() local482 return !slices_a.empty() && !slices_b.empty() && in HaveDisjointSlices()483 absl::c_none_of(slices_a, [&](const BufferAllocation::Slice& slice) { in HaveDisjointSlices()