/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_dataflow_analysis.cc | 125 const HloValueSet& value_set = GetValueSet(instruction, index); in ValueIsDefinedAt() local 126 if (value_set.values().size() != 1) { in ValueIsDefinedAt() 129 return value_set.GetUniqueValue().defining_instruction() == instruction; in ValueIsDefinedAt() 175 const HloValueSet& value_set = index_value_set.second; in DeleteMarkedValues() local 176 for (const HloValue* value : value_set.values()) { in DeleteMarkedValues() 203 const HloValueSet& value_set) { in ToString() argument 205 for (const HloValue* value : value_set.values()) { in ToString() 257 HloValueSet& value_set = pair.second; in Phi() local 261 CHECK_LE(value_set.values().size(), 1); in Phi() 263 value_set.values().size() == 1 ? value_set.values()[0] : nullptr; in Phi() [all …]
|
D | hlo_value.cc | 255 std::ostream& operator<<(std::ostream& out, const HloValueSet& value_set) { in operator <<() argument 256 out << value_set.ToString(); in operator <<() 277 HloValueSet& value_set = pair.second; in AssignUnionOf() local 283 changed |= value_set.AssignUnionOf(input_value_sets); in AssignUnionOf() 298 ForEachElement([&out](const ShapeIndex& index, const HloValueSet& value_set) { in ToString() argument 299 StrAppend(&out, " ", index.ToString(), " : ", value_set.ToString(), "\n"); in ToString()
|
D | hlo_alias_analysis.cc | 414 const HloValueSet& value_set = pair.second; in InstructionBuffersAreAmbiguous() local 416 for (const HloValue* value : value_set.values()) { in InstructionBuffersAreAmbiguous() 432 const HloValueSet& value_set = pair.second; in InstructionBuffersAreDistinct() local 433 if (value_set.values().size() == 1) { in InstructionBuffersAreDistinct() 435 .insert(&GetBufferContainingValue(value_set.GetUniqueValue())) in InstructionBuffersAreDistinct() 447 for (const HloValue* value : value_set.values()) { in InstructionBuffersAreDistinct() 548 auto& value_set = buffer_map.GetValuesInBuffer(buffer_number); in Run() local 549 std::vector<const HloValue*> sorted_values(value_set.begin(), in Run() 550 value_set.end()); in Run()
|
D | bfloat16_propagation.cc | 243 auto& value_set = dataflow_->GetValueSet(&hlo, index); in AllUsersConsumeBF16() local 244 for (const HloValue* value : value_set.values()) { in AllUsersConsumeBF16()
|
D | copy_insertion.cc | 1132 const HloValueSet& value_set = pair.second; in AddSpecialCaseCopies() local 1133 for (const HloValue* value : value_set.values()) { in AddSpecialCaseCopies()
|
/external/eigen/test/ |
D | svd_common.h | 335 VectorXd value_set(9); in svd_underoverflow() 336 value_set << 0, 1, -1, 5.60844e-313, -5.60844e-313, 4.94e-324, -4.94e-324, -4.94e-223, 4.94e-223; in svd_underoverflow() 341 M << value_set(id(0)), value_set(id(1)), value_set(id(2)), value_set(id(3)); in svd_underoverflow() 346 if(id(k)>=value_set.size()) in svd_underoverflow() 348 while(k<3 && id(k)>=value_set.size()) id(++k)++; in svd_underoverflow() 353 } while((id<int(value_set.size())).all()); in svd_underoverflow() 376 VectorXd value_set(3); in svd_all_trivial_2x2() 377 value_set << 0, 1, -1; in svd_all_trivial_2x2() 382 M << value_set(id(0)), value_set(id(1)), value_set(id(2)), value_set(id(3)); in svd_all_trivial_2x2() 387 if(id(k)>=value_set.size()) in svd_all_trivial_2x2() [all …]
|
/external/rust/crates/tokio/src/sync/ |
D | once_cell.rs | 36 value_set: AtomicBool, field 84 value_set: AtomicBool::new(false), in new() 99 value_set: AtomicBool::new(true), in new_with() 113 value_set: AtomicBool::new(false), in const_new() 121 self.value_set.load(Ordering::Acquire) in initialized() 139 self.value_set.store(true, Ordering::Release); in set_value() 328 *self.value_set.get_mut() = false; in into_inner()
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | random_crop_test.py | 44 value_set = set( 51 self.assertTrue(tuple(y.ravel()) in value_set) 96 value_set = set( 110 self.assertIn(tuple(y.ravel()), value_set)
|
/external/minijail/tools/ |
D | generate_seccomp_policy.py | 150 arg_values = entry.value_set 197 arg_inspection[syscall].value_set.add(arg_value) 280 arg_inspection[syscall].value_set.add(au.interpret_field())
|
/external/autotest/frontend/tko/ |
D | tko_rpc_utils.py | 179 sorted_header_values = [sorted(value_set) 180 for value_set in self._header_value_sets]
|
/external/vulkan-validation-layers/scripts/ |
D | helper_file_generator.py | 198 value_set = set() 201 value_set.add(elem.get('name')) 202 if value_set != set(): 203 self.enum_output += self.GenerateEnumStringConversion(groupName, value_set)
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-09-01-CycleInDAG.ll | 88 %struct.tree_value_handle = type { %struct.tree_common, %struct.value_set*, i32 } 96 %struct.value_set = type opaque
|
D | 2007-10-15-CoalescerCrash.ll | 75 %struct.tree_value_handle = type { %struct.tree_common, %struct.value_set*, i32 } 79 %struct.value_set = type opaque
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2006-09-01-CycleInDAG.ll | 88 %struct.tree_value_handle = type { %struct.tree_common, %struct.value_set*, i32 } 96 %struct.value_set = type opaque
|
D | 2007-10-15-CoalescerCrash.ll | 75 %struct.tree_value_handle = type { %struct.tree_common, %struct.value_set*, i32 } 79 %struct.value_set = type opaque
|