/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_alias_analysis.cc | 78 VLOG(3) << "Merging colocated values, value: " << value->ToShortString(); in MergeAliasedBuffers() 222 << while_value.ToShortString(); in ComputeWhileAliasedBuffers() 240 << while_value.ToShortString(); in ComputeWhileAliasedBuffers() 263 << while_value.ToShortString(); in ComputeWhileAliasedBuffers() 297 << cond_value.ToShortString(); in ComputeConditionalAliasedBuffers() 314 VLOG(2) << "Use of value " << value.ToShortString() << ": " << use; in ComputeAliasedBuffers() 568 VLOG(1) << values[i - 1]->ToShortString() << " and " in HasLiveRangeInterference() 569 << values[i]->ToShortString() << " are not ordered"; in HasLiveRangeInterference() 577 StrAppend(out, value->ToShortString()); in HasLiveRangeInterference() 580 << "\nValue " << values[i - 1]->ToShortString() in HasLiveRangeInterference() [all …]
|
D | copy_insertion.cc | 499 << value_a->ToShortString() << " and " in CopyRemover() 500 << value_b->ToShortString() << " are not ordered"; in CopyRemover() 644 VLOG(2) << " Live range of " << a.value->ToShortString() in TryElideCopy() 645 << " is before " << b.value->ToShortString(); in TryElideCopy() 648 VLOG(2) << " Live range of " << a.value->ToShortString() in TryElideCopy() 649 << " is not before " << b.value->ToShortString(); in TryElideCopy() 654 VLOG(3) << copy->name() << " copies value " << src->value->ToShortString(); in TryElideCopy() 751 << src->value->ToShortString() << ") in its buffer"; in TryElideCopy() 796 VLOG(2) << "Removing copy " << operand_node->value->ToShortString() in RemoveCopyValue() 797 << " => " << copy_value_node->value->ToShortString(); in RemoveCopyValue() [all …]
|
D | hlo_value.cc | 89 string HloValue::ToShortString() const { in ToShortString() function in xla::HloValue 99 string out = StrCat(indentation, ToShortString(), ", positions:\n"); in ToString() 207 out << value.ToShortString(); in operator <<() 221 result->append(value->ToShortString()); in ToString()
|
D | conditional_simplifier.cc | 49 << conditional->ToShortString(); in TryRemoveConditional() 59 << conditional->ToShortString(); in TryRemoveConditional()
|
D | hlo_ordering.cc | 174 << ", value=" << value.ToShortString() << ")"; in UseIsBeforeValueDefinition() 246 << value.ToShortString(); in UseIsBeforeValueDefinition() 258 VLOG(4) << "LiveRangeStrictlyBefore(a = " << a.ToShortString() in LiveRangeStrictlyBefore() 259 << ", b = " << b.ToShortString() << ")"; in LiveRangeStrictlyBefore()
|
D | hlo_dataflow_analysis.cc | 108 VLOG(4) << "NewHloValue = " << emplaced.first->second.ToShortString(); in NewHloValue() 115 VLOG(4) << "MarkValueForDeletion(" << value.ToShortString() << ")"; in MarkValueForDeletion() 132 << "Value " << value->ToShortString() in DeleteMarkedValues() 160 StrAppend(&out, " ", value->ToShortString(), in ToString() 169 StrAppend(&out, " ", value->ToShortString(), in ToString() 901 << value->ToShortString(); in Verify() 916 << " unexpectedly contains value " << value->ToShortString(); in Verify()
|
D | hlo_buffer.cc | 62 result->append(value->ToShortString()); in ToString()
|
D | map_inliner.cc | 78 << root.ToShortString(); in HandleMap()
|
D | hlo_value.h | 150 string ToShortString() const;
|
D | while_loop_analysis.cc | 102 << while_op->ToShortString(); in GetLoopInductionVarTupleIdx()
|
D | ar_crs_combiner.cc | 365 LOG(FATAL) << "Unexpected instruction: " << next->ToShortString(); in RewriteGraph()
|
D | while_loop_simplifier.cc | 470 << while_op->ToShortString(); in TryRemoveWhileLoop() 1008 << while_op->ToShortString(); in Run()
|
D | hlo_memory_scheduler.cc | 304 VLOG(2) << "Schedule instruction: " << best->ToShortString() in CreateSchedule()
|
D | hlo_module_group_metadata.cc | 37 (instruction_ != nullptr) ? instruction_->ToShortString() : "NULL"; in ToString()
|
D | hlo_verifier.cc | 1346 << "Broadcast HLO (" << broadcast->ToShortString() in HandleBroadcast() 1419 << crs->ToShortString(); in HandleAllReduce()
|
D | tuple_points_to_analysis.cc | 578 instruction->ToShortString(), ":\n"); in InstructionToString()
|
D | layout_assignment.cc | 359 absl::StrAppend(&output, " ", instruction->ToShortString(), "\n"); in ToString() 1411 << instruction->ToShortString(); in PropagateBufferConstraintToOperands()
|
D | hlo_instruction.h | 1114 string ToShortString() const;
|
D | hlo_instruction.cc | 2391 string HloInstruction::ToShortString() const { in ToShortString() function in xla::HloInstruction
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.cc | 295 string BatchDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::BatchDescriptor 410 string FilterDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::FilterDescriptor 485 string ConvolutionDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::ConvolutionDescriptor 540 string PoolingDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::PoolingDescriptor 578 string NormalizeDescriptor::ToShortString() const { in ToShortString() function in stream_executor::dnn::NormalizeDescriptor
|
D | dnn.h | 249 string ToShortString() const; 428 string ToShortString() const; 518 string ToShortString() const; 709 string ToShortString() const; 886 string ToShortString() const;
|
D | stream.cc | 39 return descriptor.ToShortString(); in ToVlogString() 43 return descriptor.ToShortString(); in ToVlogString() 47 return descriptor.ToShortString(); in ToVlogString() 51 return descriptor.ToShortString(); in ToVlogString() 55 return descriptor.ToShortString(); in ToVlogString()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | dynamic_update_slice_util.cc | 144 << fusion->ToShortString(); in EmitFusedDynamicUpdateSliceInPlaceImpl()
|